Searched refs:touchableAreas (Results 1 – 3 of 3) sorted by relevance
305 std::vector<Rect>& touchableAreas);
681 const Rect& windowRect, std::vector<Rect>& touchableAreas) in ParseTouchableAreas() argument717 touchableAreas.emplace_back(touchableArea); in ParseTouchableAreas()
4105 std::vector<Rect> touchableAreas; in OnSetTouchableAreas() local4106 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()