Searched refs:overrideHeight (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | StackWindowController.java | 261 boolean overrideHeight, float density, Configuration config, 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 346 int bottomInset = overrideHeight ? 0 : inInsetBounds.bottom - mTmpRect.bottom; in intersectDisplayBoundsExcludeInsets()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | TaskRecord.java | 1813 boolean overrideWidth, boolean overrideHeight) { in computeOverrideConfiguration() argument 1825 mTmpNonDecorBounds, mTmpStableBounds, overrideWidth, overrideHeight, density, in computeOverrideConfiguration()
|