Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DTransitionRunner.java105 private final List<Runnable> mBefores; field in TransitionRunner
124 mBefores = builder.mBefores; in TransitionRunner()
152 mBefores.forEach(Runnable::run); in run()
350 private List<Runnable> mBefores = new LinkedList<>(); field in TransitionRunner.TransitionBuilder
407 mBefores.add(runnable); in runBefore()