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/
DBaseActivityInterface.java237 float taskWidth, taskHeight; in calculateTaskSizeInternal() local
242 taskHeight = bounds.availableSize.y; in calculateTaskSizeInternal()
245 taskHeight = dp.availableHeightPx; in calculateTaskSizeInternal()
257 float scale = Math.min(availableWidth / taskWidth, availableHeight / taskHeight); in calculateTaskSizeInternal()
259 float outHeight = scale * taskHeight; in calculateTaskSizeInternal()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DOverviewModalTaskState.java74 int taskHeight = out.height(); in getOverviewScaleAndOffsetForModalState() local
78 float scale = (float) newHeight / taskHeight; in getOverviewScaleAndOffsetForModalState()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DTaskViewSimulator.java267 float taskHeight = mTaskRect.height(); in apply() local
275 mMatrix.postScale(mCurveScale, mCurveScale, taskWidth / 2, taskHeight / 2); in apply()
285 taskWidth + insets.right, taskHeight + insets.bottom); in apply()