Home
last modified time | relevance | path

Searched refs:findViewAtPoint (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java240 mActiveTaskView = findViewAtPoint(mDownX, mDownY); in handleTouchEvent()
387 if (findViewAtPoint(shiftedX, y) != null) { in maybeHideRecentsFromBackgroundTap()
439 TaskView tv = findViewAtPoint((int) ev.getX(), (int) ev.getY()); in getChildAtPosition()
657 private TaskView findViewAtPoint(int x, int y) { in findViewAtPoint() method in TaskStackViewTouchHandler