Searched refs:existingBounds (Results 1 – 2 of 2) sorted by relevance
403 final Rect existingBounds = getRequestedOverrideMaxBounds(); in diffRequestedOverrideMaxBounds() local405 if (bounds == null || existingBounds.left != bounds.left in diffRequestedOverrideMaxBounds()406 || existingBounds.top != bounds.top) { in diffRequestedOverrideMaxBounds()410 if (bounds == null || existingBounds.width() != bounds.width() in diffRequestedOverrideMaxBounds()411 || existingBounds.height() != bounds.height()) { in diffRequestedOverrideMaxBounds()425 final Rect existingBounds = getRequestedOverrideBounds(); in diffRequestedOverrideBounds() local427 if (bounds == null || existingBounds.left != bounds.left in diffRequestedOverrideBounds()428 || existingBounds.top != bounds.top) { in diffRequestedOverrideBounds()432 if (bounds == null || existingBounds.width() != bounds.width() in diffRequestedOverrideBounds()433 || existingBounds.height() != bounds.height()) { in diffRequestedOverrideBounds()
133 Rect existingBounds = drawable.getBounds(); in createDrawableBitmap() local134 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()