HomeSort by relevance Sort by last modified time
    Searched refs:onBoundsChange (Results 1 - 21 of 21) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
ScaleDrawable.java 192 onBoundsChange(getBounds());
199 onBoundsChange(getBounds());
205 protected void onBoundsChange(Rect bounds) {
RotateDrawable.java 154 onBoundsChange(getBounds());
161 onBoundsChange(getBounds());
172 protected void onBoundsChange(Rect bounds) {
InsetDrawable.java 209 onBoundsChange(getBounds());
214 protected void onBoundsChange(Rect bounds) {
Drawable.java 131 onBoundsChange(mBounds);
579 protected void onBoundsChange(Rect bounds) {}
    [all...]
ShapeDrawable.java 266 protected void onBoundsChange(Rect bounds) {
267 super.onBoundsChange(bounds);
LayerDrawable.java 416 onBoundsChange(getBounds());
437 onBoundsChange(getBounds());
443 protected void onBoundsChange(Rect bounds) {
BitmapDrawable.java 290 protected void onBoundsChange(Rect bounds) {
291 super.onBoundsChange(bounds);
ClipDrawable.java 180 protected void onBoundsChange(Rect bounds) {
AnimatedRotateDrawable.java 190 protected void onBoundsChange(Rect bounds) {
DrawableContainer.java 104 protected void onBoundsChange(Rect bounds) {
GradientDrawable.java 454 protected void onBoundsChange(Rect r) {
455 super.onBoundsChange(r);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 273 notes = "Test onBoundsChange(Rect)",
274 method = "onBoundsChange",
286 mockClipDrawable.onBoundsChange(new Rect(10, 10, 100, 100));
293 mockClipDrawable.onBoundsChange(null);
456 protected void onBoundsChange(Rect bounds) {
457 super.onBoundsChange(bounds);
495 protected void onBoundsChange(Rect bounds) {
496 super.onBoundsChange(bounds);
DrawableContainerTest.java 252 method = "onBoundsChange",
256 + "DrawableContainer#onBoundsChange(Rect) when the param bounds is null.")
261 mDrawableContainer.onBoundsChange(new Rect());
262 mDrawableContainer.onBoundsChange(null);
272 mDrawableContainer.onBoundsChange(new Rect(1, 1, 1, 1));
277 mDrawableContainer.onBoundsChange(new Rect(1, 1, 1, 1));
282 mDrawableContainer.onBoundsChange(null);
    [all...]
InsetDrawableTest.java 361 method = "onBoundsChange",
377 insetDrawable.onBoundsChange(r);
386 insetDrawable.onBoundsChange(null);
471 protected void onBoundsChange(Rect bounds) {
472 super.onBoundsChange(bounds);
ScaleDrawableTest.java 393 method = "onBoundsChange",
404 mockScaleDrawable.onBoundsChange(bounds);
420 mockScaleDrawable.onBoundsChange(bounds);
435 mockScaleDrawable.onBoundsChange(bounds);
446 mockScaleDrawable.onBoundsChange(bounds);
736 protected void onBoundsChange(Rect bounds) {
738 super.onBoundsChange(bounds);
DrawableTest.java 559 method = "onBoundsChange",
565 // onBoundsChange is a non-operation function.
566 mockDrawable.onBoundsChange(new Rect(0, 0, 10, 10));
720 protected void onBoundsChange(Rect bounds) {
721 super.onBoundsChange(bounds);
LayerDrawableTest.java 752 method = "onBoundsChange",
771 // the children's bounds before call onBoundsChange
782 layerDrawable.onBoundsChange(bounds);
784 // all children's bounds will be changed after call onBoundsChange
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
IconTitleDrawable.java 88 protected void onBoundsChange(Rect bounds) {
  /frameworks/base/core/java/android/widget/
ScrollBarDrawable.java 143 protected void onBoundsChange(Rect bounds) {
144 super.onBoundsChange(bounds);
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 144 milliseconds