Searched refs:taskHeight (Results 1 – 4 of 4) sorted by relevance
273 float taskHeight = mTaskRect.height(); in apply() local298 taskWidth + insets.right, taskHeight + insets.bottom); in apply()
218 float taskHeight = gridRect.height() - verticalMargin * 2; in calculateTaskSize() local221 float scale = taskHeight / Math.max(taskDimension.x, taskDimension.y); in calculateTaskSize()
1363 final int taskHeight = lastComputedTaskSize.height();1373 boxHeight = taskHeight;1408 boxTranslationY = (expectedHeight - thumbnailPadding - taskHeight) / 2.0f;
1411 int taskHeight = mTempRect.height(); in getSelectedTaskSize() local1413 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()