Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DStackWindowController.java263 Rect nonDecorBounds, Rect stableBounds, boolean overrideWidth, in adjustConfigurationForBounds() argument
311 mTmpDisplayBounds, overrideWidth, overrideHeight); in adjustConfigurationForBounds()
314 mTmpDisplayBounds, overrideWidth, overrideHeight); in adjustConfigurationForBounds()
340 Rect stableInsets, Rect displayBounds, boolean overrideWidth, boolean overrideHeight) { in intersectDisplayBoundsExcludeInsets() argument
345 int rightInset = overrideWidth ? 0 : inInsetBounds.right - mTmpRect.right; in intersectDisplayBoundsExcludeInsets()
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java2112 boolean overrideWidth, boolean overrideHeight) { in computeOverrideConfiguration() argument
2124 mTmpNonDecorBounds, mTmpStableBounds, overrideWidth, overrideHeight, density, in computeOverrideConfiguration()