Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaHierarchyManager.kt446 val previousBounds = starthost.currentBounds in updateTargetState() constant
447 targetBounds = interpolateBounds(previousBounds, newBounds, progress) in updateTargetState()
/frameworks/base/services/core/java/com/android/server/wm/
DTask.java1794 void adjustForMinimalTaskDimensions(@NonNull Rect bounds, @NonNull Rect previousBounds, in adjustForMinimalTaskDimensions() argument
1829 if (!previousBounds.isEmpty() && bounds.right == previousBounds.right) { in adjustForMinimalTaskDimensions()
1838 if (!previousBounds.isEmpty() && bounds.bottom == previousBounds.bottom) { in adjustForMinimalTaskDimensions()
2416 Rect previousBounds) { in resolveLeafOnlyOverrideConfigs() argument
2434 adjustForMinimalTaskDimensions(outOverrideBounds, previousBounds, newParentConfig); in resolveLeafOnlyOverrideConfigs()