Searched refs:NotifyVisibleChange (Results 1 - 10 of 10) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test10.cpp | 570 * @tc.name: NotifyVisibleChange 571 * @tc.desc: test NotifyVisibleChange 574 HWTEST_F(SceneSessionManagerTest10, NotifyVisibleChange, Function | SmallTest | Level3) in HWTEST_F() 582 ASSERT_FALSE(ssm_->NotifyVisibleChange(sceneSession->GetPersistentId())); in HWTEST_F() 584 ASSERT_TRUE(ssm_->NotifyVisibleChange(sceneSession->GetPersistentId())); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_pattern.cpp | 143 host->NotifyVisibleChange(VisibleType::VISIBLE, VisibleType::INVISIBLE); in ProcessHideState() 156 host->NotifyVisibleChange(VisibleType::INVISIBLE, VisibleType::VISIBLE); in ProcessShowState()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.h | 508 void NotifyVisibleChange(VisibleType preVisibility, VisibleType currentVisibility);
|
H A D | frame_node.cpp | 1294 void FrameNode::NotifyVisibleChange(VisibleType preVisibility, VisibleType currentVisibility) in NotifyVisibleChange() function in OHOS::Ace::NG::FrameNode 1311 NotifyVisibleChange(preVisibility, currentVisibility); in TryVisibleChangeOnDescendant()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_property.cpp | 744 host->NotifyVisibleChange(preVisibility.value_or(VisibleType::VISIBLE), visible); in OnVisibilityUpdate()
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng.cpp | 529 * @tc.steps: step1. build a object to NotifyVisibleChange in HWTEST_F() 533 FRAME_NODE2->NotifyVisibleChange(VisibleType::VISIBLE, VisibleType::INVISIBLE); in HWTEST_F()
|
H A D | frame_node_test_ng_coverage.cpp | 841 frameNode->NotifyVisibleChange(VisibleType::INVISIBLE, VisibleType::VISIBLE); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/layout/ |
H A D | layout_property_test_ng.cpp | 435 FRAME_NODE_ROOT->NotifyVisibleChange(VisibleType::INVISIBLE, VisibleType::VISIBLE);
in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 916 bool NotifyVisibleChange(int32_t persistentId);
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 1530 this->NotifyVisibleChange(persistentId); in CreateSceneSession() 3838 bool SceneSessionManager::NotifyVisibleChange(int32_t persistentId) in NotifyVisibleChange() function in OHOS::Rosen::SceneSessionManager
|
Completed in 42 milliseconds