Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java251 return equivalentBounds(getRequestedOverrideBounds(), bounds); in equivalentRequestedOverrideBounds()
256 return equivalentBounds(getRequestedOverrideMaxBounds(), bounds); in equivalentRequestedOverrideMaxBounds()
262 public static boolean equivalentBounds(Rect bounds, Rect other) { in equivalentBounds() method in ConfigurationContainer
DTask.java7532 if (equivalentBounds(existing, bounds)) {
/frameworks/base/services/
Dart-profile45224 HSPLcom/android/server/wm/ConfigurationContainer;->equivalentBounds(Landroid/graphics/Rect;Landroid…