Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java940 TaskView firstTask = getRunningTaskView(); in applyRunningTaskIconScale() local
941 if (firstTask != null) { in applyRunningTaskIconScale()
942 firstTask.setIconScaleAndDim(mRunningTaskIconScaledDown ? 0 : 1); in applyRunningTaskIconScale()
952 TaskView firstTask = getRunningTaskView(); in animateUpRunningTaskIconScale() local
953 if (firstTask != null) { in animateUpRunningTaskIconScale()
954 firstTask.animateIconScaleAndDimIntoView(); in animateUpRunningTaskIconScale()
955 firstTask.setIconScaleAnimStartProgress(startProgress); in animateUpRunningTaskIconScale()