Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/include/gui/
H A DWindowInfo.h208 bool touchableRegionContainsPoint(int32_t x, int32_t y) const;
/aosp12/frameworks/native/libs/gui/
H A DWindowInfo.cpp34 bool WindowInfo::touchableRegionContainsPoint(int32_t x, int32_t y) const { in touchableRegionContainsPoint() function in android::gui::WindowInfo
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp1028 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) { in findTouchedWindowAtLocked()