Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java463 float taskWidth = mTaskRect.width(); 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.kt765 val taskWidth = lastComputedTaskSize.width() in <lambda>() constant
777 boxWidth = taskWidth in <lambda>()
792 lastComputedCarouselTaskSize.width() / taskWidth.toFloat() in <lambda>()
794 taskWidth / boxWidth.toFloat() in <lambda>()
802 expectedWidth = if (enableOverviewIconMenu()) taskWidth else LayoutParams.MATCH_PARENT in <lambda>()