Home
last modified time | relevance | path

Searched refs:GetTouchable (Results 1 - 25 of 48) sorted by relevance

12

/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h309 bool GetTouchable() const;
H A Dwindow.h147 virtual bool GetTouchable() const = 0;
H A Dwindow_impl.h72 virtual bool GetTouchable() const override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h315 bool GetTouchable() const;
/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp199 bool WindowOption::GetTouchable() const in GetTouchable() function in OHOS::Rosen::WindowOption
H A Dwindow_impl.cpp174 bool WindowImpl::GetTouchable() const in GetTouchable() function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp435 bool WindowNode::GetTouchable() const in GetTouchable() function in OHOS::Rosen::WindowNode
437 return property_->GetTouchable(); in GetTouchable()
H A Dinput_window_monitor.cpp210 if (!windowNode->GetWindowProperty()->GetTouchable()) { in TraverseWindowNodes()
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window_utils.cpp102 napi_set_named_property(env, objValue, "touchable", CreateJsValue(env, window->GetTouchable())); in CreateJsExtensionWindowProperties()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h220 virtual bool GetTouchable() const = 0;
H A Dinspector_composed_element.h274 bool GetTouchable() const override;
H A Dinspector_composed_element.cpp116 { "touchable", [](const InspectorNode& inspector) { return inspector.GetTouchable(); } },
1645 bool InspectorComposedElement::GetTouchable() const in GetTouchable() function in OHOS::Ace::V2::InspectorComposedElement
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp111 bool WindowOption::GetTouchable() const in GetTouchable() function in OHOS::Rosen::WindowOption
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h139 bool GetTouchable() const;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp171 ASSERT_TRUE(window->GetTouchable()); in HWTEST_F()
173 ASSERT_FALSE(window->GetTouchable()); in HWTEST_F()
175 ASSERT_TRUE(window->GetTouchable()); in HWTEST_F()
179 ASSERT_TRUE(window->GetTouchable()); in HWTEST_F()
205 ASSERT_TRUE(window->GetTouchable()); in HWTEST_F()
209 ASSERT_FALSE(window->GetTouchable()); in HWTEST_F()
211 ASSERT_TRUE(window->GetTouchable()); in HWTEST_F()
H A Dwindow_option_test.cpp176 * @tc.desc: SetTouchable/GetTouchable
183 ASSERT_EQ(true, option->GetTouchable()); in HWTEST_F()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h106 bool GetTouchable() const;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h57 virtual bool GetTouchable() const {return false;} in GetTouchable() function in OHOS::Rosen::MockWindow
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h210 bool GetTouchable() const;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp563 * @tc.desc: SetTouchable and GetTouchable to check the value
569 ASSERT_EQ(property->GetTouchable(), true); in HWTEST_F()
571 ASSERT_EQ(property->GetTouchable(), false); in HWTEST_F()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp926 * @tc.desc: SetTouchable & GetTouchable
938 ASSERT_EQ(false, windowNode->GetTouchable()); in HWTEST_F()
940 ASSERT_EQ(true, windowNode->GetTouchable()); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h112 bool GetTouchable() const;
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dhidump_controller.cpp464 << property->GetTouchable() << "|" in DumpInputParam()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp623 if (touchable != GetSessionProperty()->GetTouchable()) { in SetTouchable()
631 bool Session::GetTouchable() const in GetTouchable() function in OHOS::Rosen::Session
635 return property->GetTouchable(); in GetTouchable()
662 return forceTouchable_ && systemTouchable_ && GetTouchable(); in GetSystemTouchable()
2250 sessionTouchableChangeFunc_(GetTouchable()); in SetSessionTouchableChangeListener()
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h121 bool GetTouchable() const override;

Completed in 29 milliseconds

12