Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3039 TaskView snappedTaskView = getTaskViewAt(snappedPage); in updateGridProperties() local
3065 if (taskView == snappedTaskView) { in updateGridProperties()
3138 if (taskView == snappedTaskView) { in updateGridProperties()
3149 if (snappedTaskView != null) { in updateGridProperties()
3150 snappedTaskNonGridScrollAdjustment = snappedTaskView.getScrollAdjustment( in updateGridProperties()
3206 if (snappedTaskView != null) { in updateGridProperties()
3214 + (mTaskWidth - snappedTaskView.getLayoutParams().width) in updateGridProperties()
3896 TaskView snappedTaskView = getTaskViewAt(mCurrentPage); in createTaskDismissAnimation()
3898 if (snappedTaskView != null && !finalSnapToLastTask) { in createTaskDismissAnimation()
3899 if (snappedTaskView.getTaskViewId() == mFocusedTaskViewId) { in createTaskDismissAnimation()
[all …]