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

/frameworks/base/core/java/android/transition/
H A DChangeBounds.java68 object.copyBounds(mBounds);
75 object.copyBounds(mBounds);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java185 public final void copyBounds(Rect bounds) { method in class:Drawable
193 * rect). If the caller already has a Rect allocated, call copyBounds(rect).
197 public final Rect copyBounds() { method in class:Drawable
205 * copyBounds(rect) instead.
213 * @see #copyBounds()
214 * @see #copyBounds(android.graphics.Rect)
H A DBitmapDrawable.java582 copyBounds(mDstRect);
/frameworks/support/v4/java/android/support/v4/app/
H A DActionBarDrawerToggle.java540 copyBounds(mTmpRect);
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java520 thumbDrawable.copyBounds(tempRect);
H A DTextView.java421 mDrawableError.copyBounds(compoundRect);
1398 start.copyBounds(compoundRect);
1410 end.copyBounds(compoundRect);
2064 left.copyBounds(compoundRect);
2074 right.copyBounds(compoundRect);
2084 top.copyBounds(compoundRect);
2094 bottom.copyBounds(compoundRect);
2261 start.copyBounds(compoundRect);
2271 end.copyBounds(compoundRect);
2281 top.copyBounds(compoundRec
[all...]
H A DSwitch.java1008 thumbDrawable.copyBounds(padding);

Completed in 957 milliseconds