Searched refs:B_VIEW_WHICH_VIEW_COLOR_BIT (Results 1 – 2 of 2) sorted by relevance
45 B_VIEW_WHICH_VIEW_COLOR_BIT = 0x00100000, enumerator
2661 | B_VIEW_LOW_COLOR_BIT | B_VIEW_WHICH_VIEW_COLOR_BIT in HasDefaultColors()2782 if (fState->IsValid(B_VIEW_WHICH_VIEW_COLOR_BIT) in SetViewUIColor()2794 fState->valid_flags |= B_VIEW_WHICH_VIEW_COLOR_BIT; in SetViewUIColor()2801 fState->archiving_flags |= B_VIEW_WHICH_VIEW_COLOR_BIT; in SetViewUIColor()2808 fState->archiving_flags &= ~B_VIEW_WHICH_VIEW_COLOR_BIT; in SetViewUIColor()2819 if (!fState->IsValid(B_VIEW_WHICH_VIEW_COLOR_BIT) in ViewUIColor()2832 fState->valid_flags |= B_VIEW_WHICH_VIEW_COLOR_BIT; in ViewUIColor()6236 fState->valid_flags &= ~(B_VIEW_WHICH_VIEW_COLOR_BIT in _Attach()6287 && !fState->IsValid(B_VIEW_WHICH_VIEW_COLOR_BIT)) { in _ColorsUpdated()