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.java2883 TaskView snappedTaskView = getTaskViewAt(snappedPage); in updateGridProperties() local
2911 if (taskView == snappedTaskView) { in updateGridProperties()
2999 if (taskView == snappedTaskView) { in updateGridProperties()
3010 if (snappedTaskView != null) { in updateGridProperties()
3011 snappedTaskNonGridScrollAdjustment = snappedTaskView.getScrollAdjustment( in updateGridProperties()
3067 if (snappedTaskView != null) { in updateGridProperties()
3075 + (mTaskWidth - snappedTaskView.getLayoutParams().width) in updateGridProperties()
3787 TaskView snappedTaskView = getTaskViewAt(mCurrentPage); in createTaskDismissAnimation()
3789 if (snappedTaskView != null && !finalSnapToLastTask) { in createTaskDismissAnimation()
3790 if (snappedTaskView.getTaskViewId() == mFocusedTaskViewId) { in createTaskDismissAnimation()
[all …]