Home | History | Annotate | Download | only in drawable

Lines Matching defs:scheduleDrawable

401         void scheduleDrawable(@NonNull Drawable who, @NonNull Runnable what, long when);
405 * scheduled with {@link #scheduleDrawable}. An implementation can
465 * @see Callback#scheduleDrawable
470 callback.scheduleDrawable(this, what, when);