Searched refs:scaledBounds (Results 1 – 2 of 2) sorted by relevance
231 final Rect scaledBounds = mTempRect; in draw() local232 scaledBounds.left = bounds.left; in draw()233 scaledBounds.top = bounds.top; in draw()234 scaledBounds.right = bounds.left + Math.round(bounds.width() / scale); in draw()235 scaledBounds.bottom = bounds.top + Math.round(bounds.height() / scale); in draw()236 bounds = scaledBounds; in draw()
135 final Size scaledBounds = new Size( in getEntryDestinationBoundsIgnoringKeepClearAreas() local138 destinationBounds.set(getDefaultBounds(reentryState.getSnapFraction(), scaledBounds)); in getEntryDestinationBoundsIgnoringKeepClearAreas() local