Searched refs:resultBounds (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | TaskLaunchParamsModifier.java | 92 final Rect resultBounds = outParams.mBounds; in onCalculate() local 96 getFreeformHeight(mAvailableRect), resultBounds); 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() 121 positionCenter(tasks, mAvailableRect, width, height, resultBounds); in onCalculate()
|