Searched refs:potentialTaskRect (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | BaseActivityInterface.java | 254 Rect potentialTaskRect = new Rect(0, 0, dp.widthPx, dp.heightPx); in calculateTaskSizeInternal() local 255 potentialTaskRect.inset(insets.left, insets.top, insets.right, insets.bottom); in calculateTaskSizeInternal() 256 potentialTaskRect.inset( in calculateTaskSizeInternal() 263 potentialTaskRect.width() / taskDimension.x, in calculateTaskSizeInternal() 264 potentialTaskRect.height() / taskDimension.y); in calculateTaskSizeInternal() 268 Gravity.apply(Gravity.CENTER, outWidth, outHeight, potentialTaskRect, outRect); in calculateTaskSizeInternal()
|