Searched defs:unscheduleSelf (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java125 unscheduleSelf(this);
163 unscheduleSelf(this);
189 public void unscheduleSelf(Runnable what) { method in class:AnimationDrawable
192 super.unscheduleSelf(what);
264 unscheduleSelf(this);
H A DDrawable.java398 public void unscheduleSelf(Runnable what) { method in class:Drawable
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequenceDrawable.java353 unscheduleSelf(this);
365 public void unscheduleSelf(Runnable what) { method in class:FrameSequenceDrawable
369 super.unscheduleSelf(what);

Completed in 159 milliseconds