Searched refs:equivalentBounds (Results 1 – 2 of 2) sorted by relevance
187 return equivalentBounds(getOverrideBounds(), bounds); in equivalentOverrideBounds()193 public static boolean equivalentBounds(Rect bounds, Rect other) { in equivalentBounds() method in ConfigurationContainer
298 if (equivalentBounds(existing, bounds) && mRotation == rotation) { in setBounds()