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/
DLayoutUtils.java74 float taskWidth, taskHeight, paddingHorz; in calculateTaskSize() local
84 taskHeight = fullDp.availableHeightPx; in calculateTaskSize()
91 taskHeight = taskHeight / 2 - halfDividerSize; in calculateTaskSize()
96 taskHeight = dp.heightPx; in calculateTaskSize()
101 taskHeight = dp.availableHeightPx; in calculateTaskSize()
119 float scale = Math.min(availableWidth / taskWidth, availableHeight / taskHeight); in calculateTaskSize()
121 float outHeight = scale * taskHeight; in calculateTaskSize()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java347 int taskHeight = fullDp.availableHeightPx; in updateStackBoundsToMultiWindowTaskSize() local
356 taskHeight = taskHeight / 2 - halfDividerSize; in updateStackBoundsToMultiWindowTaskSize()
362 mSourceStackBounds.set(0, 0, taskWidth, taskHeight); in updateStackBoundsToMultiWindowTaskSize()
363 mSourceStackBounds.offset(left, insets.top + fullDp.availableHeightPx - taskHeight); in updateStackBoundsToMultiWindowTaskSize()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java727 float taskHeight = getResources().getDimension(R.dimen.task_item_height); in playRemoteTransYAnim() local
728 float totalTransY = -(MAX_TASKS_TO_DISPLAY / 2.0f - 1) * taskHeight; in playRemoteTransYAnim()