Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp715 Rect touchableArea; in ParseTouchableAreas() local
716 if (ParseAndCheckRect(env, getElementValue, windowRect, touchableArea)) { in ParseTouchableAreas()
717 touchableAreas.emplace_back(touchableArea); in ParseTouchableAreas()