Searched refs:taskWidth (Results 1 – 3 of 3) sorted by relevance
272 float taskWidth = mTaskRect.width(); in apply() local298 taskWidth + insets.right, taskHeight + insets.bottom); in apply()
1362 final int taskWidth = lastComputedTaskSize.width();1372 boxWidth = taskWidth;1398 fullscreenScale = taskWidth / (float) boxWidth;
1410 int taskWidth = mTempRect.width(); in getSelectedTaskSize() local1413 int boxLength = Math.max(taskWidth, taskHeight); in getSelectedTaskSize()1415 taskWidth = boxLength; in getSelectedTaskSize()1418 taskWidth = (int) (boxLength * mFocusedTaskRatio); in getSelectedTaskSize()1422 return new Point(taskWidth, taskHeight); in getSelectedTaskSize()