Searched refs:touchableRegionContainsPoint (Results 1 – 3 of 3) sorted by relevance
208 bool touchableRegionContainsPoint(int32_t x, int32_t y) const;
34 bool WindowInfo::touchableRegionContainsPoint(int32_t x, int32_t y) const { in touchableRegionContainsPoint() function in android::gui::WindowInfo
1028 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) { in findTouchedWindowAtLocked()