Searched refs:postRunnable (Results 1 – 3 of 3) sorted by relevance
132 void animateScroll(float curScroll, float newScroll, final Runnable postRunnable) { in animateScroll() argument154 if (postRunnable != null) { in animateScroll()155 postRunnable.run(); in animateScroll()
335 void postRunnable(Runnable runnable) { in postRunnable() method in MffContext
1006 getContext().postRunnable(new Runnable() { in onRunnerStopped()