OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scheduleSelf
(Results
1 - 2
of
2
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java
130
public void
scheduleSelf
(Runnable what, long when) {
131
super.
scheduleSelf
(what, when);
132
wrapped.
scheduleSelf
(what, when);
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java
687
mockDrawable.
scheduleSelf
(null, 1000L);
690
mockDrawable.
scheduleSelf
(runnable, 1000L);
694
mockDrawable.
scheduleSelf
(runnable, 1000L);
697
mockDrawable.
scheduleSelf
(runnable, 0L);
700
mockDrawable.
scheduleSelf
(runnable, -1000L);
[
all
...]
Completed in 564 milliseconds