Searched refs:touchableRegionContainsPoint (Results 1 – 3 of 3) sorted by relevance
173 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
506 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) { in findTouchedWindowAtLocked()