Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputWindow.h203 bool touchableRegionContainsPoint(int32_t x, int32_t y) const;
/frameworks/native/libs/input/
DInputWindow.cpp36 bool InputWindowInfo::touchableRegionContainsPoint(int32_t x, int32_t y) const { in touchableRegionContainsPoint() function in android::InputWindowInfo
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1016 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) { in findTouchedWindowAtLocked()