HomeSort by relevance Sort by last modified time
    Searched refs:touchableRegionContainsPoint (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/input/
InputWindow.cpp 27 bool InputWindowInfo::touchableRegionContainsPoint(int32_t x, int32_t y) const {
InputWindow.h 139 bool touchableRegionContainsPoint(int32_t x, int32_t y) const;
InputDispatcher.cpp 472 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) {
    [all...]

Completed in 1658 milliseconds