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

/frameworks/support/design/lollipop/android/support/design/widget/
H A DCircularBorderDrawableLollipop.java69 copyBounds(mRect);
/frameworks/support/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java94 copyBounds(mRect);
146 copyBounds(rect);
/frameworks/base/core/java/android/transition/
H A DChangeBounds.java74 object.copyBounds(mBounds);
81 object.copyBounds(mBounds);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java188 public final void copyBounds(Rect bounds) { method in class:Drawable
196 * rect). If the caller already has a Rect allocated, call copyBounds(rect).
200 public final Rect copyBounds() { method in class:Drawable
208 * copyBounds(rect) instead.
216 * @see #copyBounds()
217 * @see #copyBounds(android.graphics.Rect)
H A DBitmapDrawable.java589 copyBounds(mDstRect);
H A DVectorDrawable.java275 // We will offset the bounds for drawBitmap, so copyBounds() here instead
277 copyBounds(mTmpBounds);
/frameworks/support/v4/java/android/support/v4/app/
H A DActionBarDrawerToggle.java540 copyBounds(mTmpRect);
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java516 thumbDrawable.copyBounds(tempRect);
H A DTextView.java455 mDrawableError.copyBounds(compoundRect);
1528 start.copyBounds(compoundRect);
1540 end.copyBounds(compoundRect);
2184 left.copyBounds(compoundRect);
2194 right.copyBounds(compoundRect);
2204 top.copyBounds(compoundRect);
2214 bottom.copyBounds(compoundRect);
2395 start.copyBounds(compoundRect);
2405 end.copyBounds(compoundRect);
2415 top.copyBounds(compoundRec
[all...]
H A DSwitch.java1226 thumbDrawable.copyBounds(padding);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java941 thumbDrawable.copyBounds(padding);

Completed in 318 milliseconds