Searched refs:mBefores (Results 1 – 1 of 1) sorted by relevance
105 private final List<Runnable> mBefores; field in TransitionRunner124 mBefores = builder.mBefores; in TransitionRunner()152 mBefores.forEach(Runnable::run); in run()350 private List<Runnable> mBefores = new LinkedList<>(); field in TransitionRunner.TransitionBuilder407 mBefores.add(runnable); in runBefore()