Searched refs:kMsgShow (Results 1 – 3 of 3) sorted by relevance
21 static const uint32 kMsgShow = 'SHOW'; variable46 PostMessage(kMsgShow); in PanelWindow()62 case kMsgShow: in MessageReceived()92 if ((how == kMsgShow && fShowState >= kMaxShowState) in _UpdateShowState()96 fShowState += how == kMsgShow ? 1 : -1; in _UpdateShowState()142 if (kMsgShow && IsHidden()) in _UpdateShowState()147 if ((how == kMsgShow && fShowState < kMaxShowState) in _UpdateShowState()151 } else if (how == kMsgShow) { in _UpdateShowState()
22 static const uint32 kMsgShow = 'show'; variable90 BMessage show(kMsgShow); in Start()112 case kMsgShow: in MessageReceived()
23 static const uint32 kMsgShow = 'show'; variable98 BMessage show(kMsgShow); in Start()120 case kMsgShow: in MessageReceived()