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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java102 TaskView findViewAtPoint(int x, int y) { method in class:TaskStackViewTouchHandler
156 mActiveTaskView = findViewAtPoint(mLastMotionX, mLastMotionY);
262 mActiveTaskView = findViewAtPoint(mLastMotionX, mLastMotionY);
402 if (findViewAtPoint(shiftedX, y) != null) {
440 return findViewAtPoint((int) ev.getX(), (int) ev.getY());

Completed in 62 milliseconds