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

/frameworks/native/services/inputflinger/
H A DInputWindow.cpp34 bool InputWindowInfo::touchableRegionContainsPoint(int32_t x, int32_t y) const { function in class:android::InputWindowInfo
H A DInputWindow.h138 bool touchableRegionContainsPoint(int32_t x, int32_t y) const;
H A DInputDispatcher.cpp485 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) {
1203 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) {

Completed in 85 milliseconds