OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unscheduleSelf
(Results
1 - 4
of
4
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java
124
public void
unscheduleSelf
(Runnable what) {
125
super.
unscheduleSelf
(what);
126
wrapped.
unscheduleSelf
(what);
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimationDrawableTest.java
163
mActivityRule.runOnUiThread(() -> mAnimationDrawable.
unscheduleSelf
(mAnimationDrawable));
174
mActivityRule.runOnUiThread(() -> mAnimationDrawable.
unscheduleSelf
(mAnimationDrawable));
ColorStateListDrawableTest.java
207
mDrawable.getCurrent().
unscheduleSelf
(runnable);
DrawableTest.java
786
mockDrawable.
unscheduleSelf
(null);
[
all
...]
Completed in 550 milliseconds