Searched refs:previousBounds (Results 1 – 2 of 2) sorted by relevance
446 val previousBounds = starthost.currentBounds in updateTargetState() constant447 targetBounds = interpolateBounds(previousBounds, newBounds, progress) in updateTargetState()
1794 void adjustForMinimalTaskDimensions(@NonNull Rect bounds, @NonNull Rect previousBounds, in adjustForMinimalTaskDimensions() argument1829 if (!previousBounds.isEmpty() && bounds.right == previousBounds.right) { in adjustForMinimalTaskDimensions()1838 if (!previousBounds.isEmpty() && bounds.bottom == previousBounds.bottom) { in adjustForMinimalTaskDimensions()2416 Rect previousBounds) { in resolveLeafOnlyOverrideConfigs() argument2434 adjustForMinimalTaskDimensions(outOverrideBounds, previousBounds, newParentConfig); in resolveLeafOnlyOverrideConfigs()