Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java273 float taskHeight = mTaskRect.height(); in apply() local
298 taskWidth + insets.right, taskHeight + insets.bottom); in apply()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java218 float taskHeight = gridRect.height() - verticalMargin * 2; in calculateTaskSize() local
221 float scale = taskHeight / Math.max(taskDimension.x, taskDimension.y); in calculateTaskSize()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.java1363 final int taskHeight = lastComputedTaskSize.height();
1373 boxHeight = taskHeight;
1408 boxTranslationY = (expectedHeight - thumbnailPadding - taskHeight) / 2.0f;
DRecentsView.java1411 int taskHeight = mTempRect.height(); in getSelectedTaskSize() local
1413 int boxLength = Math.max(taskWidth, taskHeight); in getSelectedTaskSize()
1416 taskHeight = (int) (boxLength / mFocusedTaskRatio); in getSelectedTaskSize()
1419 taskHeight = boxLength; in getSelectedTaskSize()
1422 return new Point(taskWidth, taskHeight); in getSelectedTaskSize()