Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java187 return equivalentBounds(getOverrideBounds(), bounds); in equivalentOverrideBounds()
193 public static boolean equivalentBounds(Rect bounds, Rect other) { in equivalentBounds() method in ConfigurationContainer
DTaskStack.java298 if (equivalentBounds(existing, bounds) && mRotation == rotation) { in setBounds()