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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java88 TaskView mActiveTaskView = null; field in class:TaskStackViewTouchHandler
214 mActiveTaskView = null;
240 mActiveTaskView = findViewAtPoint(mDownX, mDownY);
349 } else if (mActiveTaskView == null) {
459 mActiveTaskView = v;
544 if (mActiveTaskView == v || mSwipeHelperAnimations.containsKey(v)) {

Completed in 67 milliseconds