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.java1244 TaskView firstTask = getRunningTaskView(); in applyRunningTaskIconScale() local
1245 if (firstTask != null) { in applyRunningTaskIconScale()
1246 firstTask.setIconScaleAndDim(mRunningTaskIconScaledDown ? 0 : 1); in applyRunningTaskIconScale()
1264 TaskView firstTask = getRunningTaskView(); in animateUpRunningTaskIconScale() local
1265 if (firstTask != null) { in animateUpRunningTaskIconScale()
1266 firstTask.animateIconScaleAndDimIntoView(); in animateUpRunningTaskIconScale()
1267 firstTask.setIconScaleAnimStartProgress(startProgress); in animateUpRunningTaskIconScale()