Searched refs:onShow_ (Results 1 – 14 of 14) sorted by relevance
100 onShow_ = true; in OnShow()105 onShow_ = false; in OnHide()110 return !onShow_; in IsHide()205 bool onShow_ = true; variable
31 if (!onShow_) { in RequestFrame()68 if (!onShow_) { in SetUiDvsyncSwitch()
100 return onShow_; in GetOnShow()105 onShow_ = value; in SetOnShow()167 EventMarker onShow_; variable
34 onShow_ = AceAsyncEvent<void()>::Create(dialog_->GetOnShow(), context_); in PerformBuild()40 if (dialog->onShow_) { in PerformBuild()41 dialog->onShow_(); in PerformBuild()
41 std::function<void()> onShow_; variable
188 context_->onShow_ = false;208 context_->onShow_ = true;240 context_->onShow_ = true;570 context_->onShow_ = true;579 context_->onShow_ = false;588 context_->onShow_ = true;597 context_->onShow_ = false;723 EXPECT_TRUE(context_->onShow_);731 EXPECT_FALSE(context_->onShow_);
59 EXPECT_TRUE(window.onShow_);
1186 context->onShow_ = true;1220 context->onShow_ = true;1254 context->onShow_ = true;1302 context->onShow_ = false;1338 context->onShow_ = false;
711 context->onShow_ = true;
129 CHECK_NULL_VOID(onShow_); in RequestFrame()
796 return onShow_; in GetOnShow()966 std::atomic<bool> onShow_ = true; variable
145 if (onShow_ && onFocus_) { in FlushPipelineWithoutAnimation()2295 if (autoFinish && rootElement_ && onShow_) { in Finish()2597 onShow_ = true; in OnShow()2636 onShow_ = false; in OnHide()2813 if (onFocus_ && onShow_) { in WindowFocus()
465 return onShow_; in GetOnShow()1153 bool onShow_ = false; variable
624 if (onShow_ && onFocus_ && isWindowHasFocused_) { in FlushVsync()3497 onShow_ = true; in OnShow()3515 onShow_ = false; in OnHide()4509 …window_->GetLastRequestVsyncTime(), GetSysTimestamp(), onShow_, lastFrameInfo.GetTimeInfo().c_str(… in PrintVsyncInfoIfNeed()