Home
last modified time | relevance | path

Searched refs:NotifyVisibleChange (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test10.cpp570 * @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 Dpage_pattern.cpp143 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 Dframe_node.h508 void NotifyVisibleChange(VisibleType preVisibility, VisibleType currentVisibility);
H A Dframe_node.cpp1294 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 Dlayout_property.cpp744 host->NotifyVisibleChange(preVisibility.value_or(VisibleType::VISIBLE), visible); in OnVisibilityUpdate()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp529 * @tc.steps: step1. build a object to NotifyVisibleChange in HWTEST_F()
533 FRAME_NODE2->NotifyVisibleChange(VisibleType::VISIBLE, VisibleType::INVISIBLE); in HWTEST_F()
H A Dframe_node_test_ng_coverage.cpp841 frameNode->NotifyVisibleChange(VisibleType::INVISIBLE, VisibleType::VISIBLE); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_property_test_ng.cpp435 FRAME_NODE_ROOT->NotifyVisibleChange(VisibleType::INVISIBLE, VisibleType::VISIBLE); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h916 bool NotifyVisibleChange(int32_t persistentId);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1530 this->NotifyVisibleChange(persistentId); in CreateSceneSession()
3838 bool SceneSessionManager::NotifyVisibleChange(int32_t persistentId) in NotifyVisibleChange() function in OHOS::Rosen::SceneSessionManager

Completed in 43 milliseconds