Searched refs:IsShowing (Results 1 – 7 of 7) sorted by relevance
68 bool IsShowing();
195 if (IsShowing()) { in ShowPanel()264 bool InputMethodPanel::IsShowing() in IsShowing() function in OHOS::MiscServices::InputMethodPanel315 if (window_ != nullptr && IsShowing()) { in SetPanelStatusListener()
50 reminderRequest.IsShowing(); in DoSomethingInterestingWithMyAPI()
356 bool IsShowing() const;
379 EXPECT_EQ(rrc->IsShowing(), false);397 bool result = rrc->IsShowing();1114 bool result = reminderRequestChild->IsShowing();
190 if (!(reminder->IsShowing())) { in CancelNotification()1027 if (!(*it)->IsShowing()) { in HandleSameNotificationIdShowing()
246 bool ReminderRequest::IsShowing() const in IsShowing() function in OHOS::Notification::ReminderRequest