Searched refs:postRunnable (Results 1 – 3 of 3) sorted by relevance
202 void animateScroll(float newScroll, final Runnable postRunnable) { in animateScroll() argument205 animateScroll(newScroll, duration, postRunnable); in animateScroll()209 void animateScroll(float newScroll, int duration, final Runnable postRunnable) { in animateScroll() argument226 if (postRunnable != null) { in animateScroll()227 postRunnable.run(); in animateScroll()234 if (postRunnable != null) { in animateScroll()235 postRunnable.run(); in animateScroll()
335 void postRunnable(Runnable runnable) { in postRunnable() method in MffContext
1006 getContext().postRunnable(new Runnable() { in onRunnerStopped()