Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DWindowBounds.java30 public final Point availableSize; field in WindowBounds
35 availableSize = new Point(bounds.width() - insets.left - insets.right, in WindowBounds()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitScreenBounds.java85 bounds.bounds.top = bounds.insets.top + bounds.availableSize.y / 2 + halfDividerSize; in createDefaultWindowBounds()
88 bounds.bounds.left = bounds.insets.left + bounds.availableSize.x / 2 + halfDividerSize; in createDefaultWindowBounds()
DRecentsOrientedState.java377 outPivot.set(bounds.availableSize.x, bounds.availableSize.y); in getFullScreenScaleAndPivot()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java241 taskWidth = bounds.availableSize.x; in calculateTaskSizeInternal()
242 taskHeight = bounds.availableSize.y; in calculateTaskSizeInternal()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java272 Point mwSize = new Point(Math.min(availableWidthPx, windowBounds.availableSize.x), in getMultiWindowProfile()
273 Math.min(availableHeightPx, windowBounds.availableSize.y)); in getMultiWindowProfile()