Home
last modified time | relevance | path

Searched defs:postRunnable (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewScroller.java202 void animateScroll(float newScroll, final Runnable postRunnable) { in animateScroll()
209 void animateScroll(float newScroll, int duration, final Runnable postRunnable) { in animateScroll()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DMffContext.java335 void postRunnable(Runnable runnable) { in postRunnable() method in MffContext