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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java50 TaskView mActiveTaskView = null; field in class:TaskStackViewTouchHandler
156 mActiveTaskView = findViewAtPoint(mLastMotionX, mLastMotionY);
219 mActiveTaskView = null;
262 mActiveTaskView = findViewAtPoint(mLastMotionX, mLastMotionY);
344 } else if (mActiveTaskView == null) {

Completed in 60 milliseconds