Home
last modified time | relevance | path

Searched refs:isTouchable (Results 1 - 19 of 19) sorted by relevance

/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp56 void WindowOption::SetTouchable(bool isTouchable) in SetTouchable() argument
58 touchable_ = isTouchable; in SetTouchable()
H A Dwindow_impl.cpp169 WMError WindowImpl::SetTouchable(bool isTouchable) in SetTouchable() argument
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp49 void WindowOption::SetTouchable(bool isTouchable) in SetTouchable() argument
51 touchable_ = isTouchable; in SetTouchable()
H A Dwindow_session_impl.cpp1509 WMError WindowSessionImpl::SetTouchable(bool isTouchable) in SetTouchable() argument
1511 WLOGFD("%{public}d", isTouchable); in SetTouchable()
1515 property_->SetTouchable(isTouchable); in SetTouchable()
H A Dwindow_impl.cpp328 WMError WindowImpl::SetTouchable(bool isTouchable) in SetTouchable() argument
333 property_->SetTouchable(isTouchable); in SetTouchable()
/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h88 * @param isTouchable True means the window can be touched, otherwise not.
90 void SetTouchable(bool isTouchable);
H A Dwindow.h145 virtual WMError SetTouchable(bool isTouchable) = 0;
H A Dwindow_impl.h71 virtual WMError SetTouchable(bool isTouchable) override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h74 * @param isTouchable True means the window can be touched, otherwise not.
76 void SetTouchable(bool isTouchable);
H A Dwindow.h693 * @param isTouchable Window can be touched or not.
696 virtual WMError SetTouchable(bool isTouchable) { return WMError::WM_OK; } in SetTouchable() argument
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test2.cpp395 bool isTouchable = false; in HWTEST_F() local
397 sceneSessionMainWindow->SetSystemTouchable(isTouchable); in HWTEST_F()
433 bool isTouchable = true; in HWTEST_F() local
434 sceneSessionMainWindow->SetSystemTouchable(isTouchable); in HWTEST_F()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp280 bool isTouchable = true; in HWTEST_F() local
281 winPropSrc.SetTouchable(isTouchable); in HWTEST_F()
283 ASSERT_EQ(res, isTouchable); in HWTEST_F()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h52 void SetTouchable(bool isTouchable);
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h56 virtual WMError SetTouchable(bool isTouchable) {return WMError::WM_OK;} in SetTouchable() argument
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp91 void WindowProperty::SetTouchable(bool isTouchable) in SetTouchable() argument
93 touchable_ = isTouchable; in SetTouchable()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h48 void SetTouchable(bool isTouchable);
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h95 WMError SetTouchable(bool isTouchable) override;
H A Dwindow_impl.h130 virtual WMError SetTouchable(bool isTouchable) override;
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp182 void WindowSessionProperty::SetTouchable(bool isTouchable) in SetTouchable() argument
184 touchable_ = isTouchable; in SetTouchable()

Completed in 54 milliseconds