Home
last modified time | relevance | path

Searched refs:scaledBounds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DNinePatchDrawable.java231 final Rect scaledBounds = mTempRect; in draw() local
232 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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsAlgorithm.java135 final Size scaledBounds = new Size( in getEntryDestinationBoundsIgnoringKeepClearAreas() local
138 destinationBounds.set(getDefaultBounds(reentryState.getSnapFraction(), scaledBounds)); in getEntryDestinationBoundsIgnoringKeepClearAreas() local