Searched refs:existingBounds (Results 1 – 3 of 3) sorted by relevance
228 Rect existingBounds = drawable.getBounds(); in createDrawableBitmap() local229 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()
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()
274 final Rect existingBounds = getOverrideBounds(); in diffOverrideBounds() local276 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()