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/
DBaseActivityInterface.java237 float taskWidth, taskHeight; in calculateTaskSizeInternal() local
241 taskWidth = bounds.availableSize.x; in calculateTaskSizeInternal()
244 taskWidth = dp.availableWidthPx; in calculateTaskSizeInternal()
257 float scale = Math.min(availableWidth / taskWidth, availableHeight / taskHeight); in calculateTaskSizeInternal()
258 float outWidth = scale * taskWidth; in calculateTaskSizeInternal()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DTaskViewSimulator.java266 float taskWidth = mTaskRect.width(); in apply() local
275 mMatrix.postScale(mCurveScale, mCurveScale, taskWidth / 2, taskHeight / 2); in apply()
285 taskWidth + insets.right, taskHeight + insets.bottom); in apply()