Searched refs:B_PARTIALLY_ACTIVATED (Results 1 – 6 of 6) sorted by relevance
53 uint32 flags = BControlLook::B_PARTIALLY_ACTIVATED; in Draw()
85 B_PARTIALLY_ACTIVATED = 1 << 7, // like B_ACTIVATED, but for tri-state enumerator
89 flags |= B_PARTIALLY_ACTIVATED; in Flags()2513 && (flags & (B_ACTIVATED | B_PARTIALLY_ACTIVATED)) == 0 in _DrawButtonFrame()2795 && (flags & (B_ACTIVATED | B_PARTIALLY_ACTIVATED)) == 0 in _DrawButtonBackground()3935 if ((flags & (B_ACTIVATED | B_PARTIALLY_ACTIVATED | B_CLICKED)) == 0) { in _RadioButtonAndCheckBoxMarkColor()3955 } else if ((flags & B_PARTIALLY_ACTIVATED) != 0) { in _RadioButtonAndCheckBoxMarkColor()
396 flags |= BControlLook::B_PARTIALLY_ACTIVATED; in Draw()
1435 if ((flags & B_FLAT) != 0 && (flags & (B_ACTIVATED | B_PARTIALLY_ACTIVATED)) == 0 in _DrawButtonFrame()1626 && (flags & (B_ACTIVATED | B_PARTIALLY_ACTIVATED)) == 0 in _DrawButtonBackground()
99 flags |= B_PARTIALLY_ACTIVATED; in Flags()