Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java464 float taskHeight = mTaskRect.height(); in apply() local
493 mTempRectF.set(0, 0, taskWidth, taskHeight); in apply()
509 + " taskW: " + taskWidth + " H: " + taskHeight in apply()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt766 val taskHeight = lastComputedTaskSize.height() in <lambda>() constant
778 boxHeight = taskHeight in <lambda>()
798 boxTranslationY = (expectedHeight - thumbnailPadding - taskHeight) / 2.0f in <lambda>()
804 if (enableOverviewIconMenu()) taskHeight + thumbnailPadding in <lambda>()