Home
last modified time | relevance | path

Searched refs:onShow_ (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h100 onShow_ = true; in OnShow()
105 onShow_ = false; in OnHide()
110 return !onShow_; in IsHide()
205 bool onShow_ = true; variable
H A Dwindow.cpp31 if (!onShow_) { in RequestFrame()
68 if (!onShow_) { in SetUiDvsyncSwitch()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_component.h100 return onShow_; in GetOnShow()
105 onShow_ = value; in SetOnShow()
167 EventMarker onShow_; variable
H A Dcustom_dialog_element.cpp34 onShow_ = AceAsyncEvent<void()>::Create(dialog_->GetOnShow(), context_); in PerformBuild()
40 if (dialog->onShow_) { in PerformBuild()
41 dialog->onShow_(); in PerformBuild()
H A Dcustom_dialog_element.h41 std::function<void()> onShow_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp188 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_);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
H A Dwindow_test.cpp59 EXPECT_TRUE(window.onShow_);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage.cpp1186 context->onShow_ = true;
1220 context->onShow_ = true;
1254 context->onShow_ = true;
1302 context->onShow_ = false;
1338 context->onShow_ = false;
H A Dframe_node_test_ng.cpp711 context->onShow_ = true;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp129 CHECK_NULL_VOID(onShow_); in RequestFrame()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h796 return onShow_; in GetOnShow()
966 std::atomic<bool> onShow_ = true; variable
H A Dpipeline_context.cpp145 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h465 return onShow_; in GetOnShow()
1153 bool onShow_ = false; variable
H A Dpipeline_context.cpp624 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()