Searched defs:copyBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java252 public final void copyBounds(@NonNull Rect bounds) { method in class:Drawable
260 * rect). If the caller already has a Rect allocated, call copyBounds(rect).
265 public final Rect copyBounds() { method in class:Drawable
273 * copyBounds(rect) instead.
281 * @see #copyBounds()
282 * @see #copyBounds(android.graphics.Rect)

Completed in 996 milliseconds