Home
last modified time | relevance | path

Searched refs:touchableAreas (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h305 std::vector<Rect>& touchableAreas);
H A Djs_window_utils.cpp681 const Rect& windowRect, std::vector<Rect>& touchableAreas) in ParseTouchableAreas() argument
717 touchableAreas.emplace_back(touchableArea); in ParseTouchableAreas()
H A Djs_window.cpp4105 std::vector<Rect> touchableAreas; in OnSetTouchableAreas() local
4106 WmErrorCode errCode = ParseTouchableAreas(env, info, windowRect, touchableAreas); in OnSetTouchableAreas()
4112 [weakToken, touchableAreas](napi_env env, NapiAsyncTask& task, int32_t status) { in OnSetTouchableAreas()
4119 WMError ret = weakWindow->SetTouchHotAreas(touchableAreas); in OnSetTouchableAreas()