Searched refs:touchableAreaContainsPoint (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/ui/
H A DInputDispatcher.h213 bool touchableAreaContainsPoint(int32_t x, int32_t y) const;
/frameworks/base/libs/ui/
H A DInputDispatcher.cpp147 bool InputWindow::touchableAreaContainsPoint(int32_t x, int32_t y) const { function in class:android::InputWindow
1084 if (isTouchModal || window->touchableAreaContainsPoint(x, y)) {

Completed in 43 milliseconds