Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/app/
DSharedElementCallback.java228 Rect existingBounds = drawable.getBounds(); in createDrawableBitmap() local
229 int left = existingBounds.left; in createDrawableBitmap()
230 int top = existingBounds.top; in createDrawableBitmap()
231 int right = existingBounds.right; in createDrawableBitmap()
232 int bottom = existingBounds.bottom; in createDrawableBitmap()
/frameworks/base/core/java/android/transition/
DTransitionUtils.java133 Rect existingBounds = drawable.getBounds(); in createDrawableBitmap() local
134 int left = existingBounds.left; in createDrawableBitmap()
135 int top = existingBounds.top; in createDrawableBitmap()
136 int right = existingBounds.right; in createDrawableBitmap()
137 int bottom = existingBounds.bottom; in createDrawableBitmap()
/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java274 final Rect existingBounds = getOverrideBounds(); in diffOverrideBounds() local
276 if (bounds == null || existingBounds.left != bounds.left in diffOverrideBounds()
277 || existingBounds.top != bounds.top) { in diffOverrideBounds()
281 if (bounds == null || existingBounds.width() != bounds.width() in diffOverrideBounds()
282 || existingBounds.height() != bounds.height()) { in diffOverrideBounds()