Searched defs:scheduleDrawable (Results 1 - 9 of 9) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | ClipDrawable.java | 120 public void scheduleDrawable(Drawable who, Runnable what, long when) { method in class:ClipDrawable 123 callback.scheduleDrawable(this, what, when);
|
H A D | InsetDrawable.java | 140 public void scheduleDrawable(Drawable who, Runnable what, long when) { method in class:InsetDrawable 143 callback.scheduleDrawable(this, what, when);
|
H A D | RotateDrawable.java | 131 public void scheduleDrawable(Drawable who, Runnable what, long when) { method in class:RotateDrawable 134 callback.scheduleDrawable(this, what, when);
|
H A D | ScaleDrawable.java | 135 public void scheduleDrawable(Drawable who, Runnable what, long when) { method in class:ScaleDrawable 137 getCallback().scheduleDrawable(this, what, when);
|
H A D | AnimatedRotateDrawable.java | 177 public void scheduleDrawable(Drawable who, Runnable what, long when) { method in class:AnimatedRotateDrawable 180 callback.scheduleDrawable(this, what, when);
|
H A D | Drawable.java | 290 public void scheduleDrawable(Drawable who, Runnable what, long when); method in interface:Drawable.Callback 294 * scheduled with {@link #scheduleDrawable}. An implementation can 356 * @see Callback#scheduleDrawable 361 callback.scheduleDrawable(this, what, when);
|
H A D | LayerDrawable.java | 328 public void scheduleDrawable(Drawable who, Runnable what, long when) { method in class:LayerDrawable 331 callback.scheduleDrawable(this, what, when);
|
H A D | DrawableContainer.java | 291 public void scheduleDrawable(Drawable who, Runnable what, long when) { method in class:DrawableContainer 293 getCallback().scheduleDrawable(this, what, when);
|
/frameworks/base/core/java/android/view/ |
H A D | View.java | 14982 public void scheduleDrawable(Drawable who, Runnable what, long when) { method in class:View
|
Completed in 350 milliseconds