Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DConfigurationContainer.java259 return equivalentBounds(getRequestedOverrideBounds(), bounds); in equivalentRequestedOverrideBounds()
264 return equivalentBounds(getRequestedOverrideMaxBounds(), bounds); in equivalentRequestedOverrideMaxBounds()
270 public static boolean equivalentBounds(Rect bounds, Rect other) { in equivalentBounds() method in ConfigurationContainer
H A DTask.java5929 if (equivalentBounds(existing, bounds)) {
/aosp12/frameworks/base/services/
H A Dart-profile45224 HSPLcom/android/server/wm/ConfigurationContainer;->equivalentBounds(Landroid/graphics/Rect;Landroid…