Home
last modified time | relevance | path

Searched refs:postRunnable (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackViewScroller.java255 void animateScroll(float newScroll, final Runnable postRunnable) { in animateScroll() argument
258 animateScroll(newScroll, duration, postRunnable); in animateScroll()
262 void animateScroll(float newScroll, int duration, final Runnable postRunnable) { in animateScroll() argument
263 animateScroll(newScroll, duration, Interpolators.LINEAR_OUT_SLOW_IN, postRunnable); in animateScroll()
268 final Runnable postRunnable) { in animateScroll() argument
272 animateScroll(newScroll, an, postRunnable); in animateScroll()
277 final Runnable postRunnable) { in animateScroll() argument
292 if (postRunnable != null) { in animateScroll()
293 postRunnable.run(); in animateScroll()
300 if (postRunnable != null) { in animateScroll()
[all …]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DMffContext.java335 void postRunnable(Runnable runnable) { in postRunnable() method in MffContext
DGraphRunner.java1006 getContext().postRunnable(new Runnable() { in onRunnerStopped()