Searched refs:prevBounds (Results 1 – 1 of 1) sorted by relevance
2177 private boolean shouldStartChangeTransition(int prevWinMode, @NonNull Rect prevBounds) { in shouldStartChangeTransition() argument2184 return prevWinMode != newWinMode || prevBounds.width() != newBounds.width() in shouldStartChangeTransition()2185 || prevBounds.height() != newBounds.height(); in shouldStartChangeTransition()