Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DStackWindowController.java261 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/
DTaskRecord.java1813 boolean overrideWidth, boolean overrideHeight) { in computeOverrideConfiguration() argument
1825 mTmpNonDecorBounds, mTmpStableBounds, overrideWidth, overrideHeight, density, in computeOverrideConfiguration()