Searched refs:touchableRegionContainsPoint (Results 1 – 3 of 3) sorted by relevance
203 bool touchableRegionContainsPoint(int32_t x, int32_t y) const;
36 bool InputWindowInfo::touchableRegionContainsPoint(int32_t x, int32_t y) const { in touchableRegionContainsPoint() function in android::InputWindowInfo
1016 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) { in findTouchedWindowAtLocked()