Searched refs:snappedTaskView (Results 1 – 1 of 1) sorted by relevance
3039 TaskView snappedTaskView = getTaskViewAt(snappedPage); in updateGridProperties() local3065 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 …]