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

  /frameworks/native/services/inputflinger/
InputWindow.cpp 34 bool InputWindowInfo::touchableRegionContainsPoint(int32_t x, int32_t y) const {
InputWindow.h 144 bool touchableRegionContainsPoint(int32_t x, int32_t y) const;
InputDispatcher.cpp 486 if (isTouchModal || windowInfo->touchableRegionContainsPoint(x, y)) {
    [all...]

Completed in 137 milliseconds