Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java460 float taskHeight = mTaskRect.height(); in apply() local
501 mTempRectF.set(0, 0, taskWidth, taskHeight); in apply()
518 + " taskW: " + taskWidth + " H: " + taskHeight in apply()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDesktopTaskView.kt252 val taskHeight = overviewTaskPosition.height() * scaleHeight in <lambda>() constant
269 height = taskHeight.toInt() in <lambda>()
300 scaleY = taskHeight / height.toFloat() in <lambda>()
DTaskView.kt1039 val taskHeight = lastComputedTaskSize.height() in <lambda>() constant
1052 boxHeight = taskHeight in <lambda>()
1067 boxTranslationY = (expectedHeight - thumbnailPadding - taskHeight) / 2.0f in <lambda>()
1072 expectedHeight = taskHeight + thumbnailPadding in <lambda>()