Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java87 TaskView mActiveTaskView = null; field in TaskStackViewTouchHandler
213 mActiveTaskView = null; in cancelNonDismissTaskAnimations()
239 mActiveTaskView = findViewAtPoint(mDownX, mDownY); in handleTouchEvent()
361 } else if (mActiveTaskView == null) { in handleTouchEvent()
459 mActiveTaskView = v; in onBeginManualDrag()
556 if ((mActiveTaskView == v || mSwipeHelperAnimations.containsKey(v)) && in updateSwipeProgress()