Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DTaskLaunchParamsModifier.java70 private final Rect mAvailableRect = new Rect(); field in TaskLaunchParamsModifier
90 mAvailableRect.set(task.getParent().getBounds()); in onCalculate()
95 positionCenter(tasks, mAvailableRect, getFreeformWidth(mAvailableRect), in onCalculate()
96 getFreeformHeight(mAvailableRect), resultBounds); in onCalculate()
100 int width = getFinalWidth(layout, mAvailableRect); in onCalculate()
101 int height = getFinalHeight(layout, mAvailableRect); in onCalculate()
106 positionTopRight(tasks, mAvailableRect, width, height, resultBounds); in onCalculate()
108 positionTopLeft(tasks, mAvailableRect, width, height, resultBounds); in onCalculate()
112 positionBottomRight(tasks, mAvailableRect, width, height, resultBounds); in onCalculate()
114 positionBottomLeft(tasks, mAvailableRect, width, height, resultBounds); in onCalculate()
[all …]