Home
last modified time | relevance | path

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

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