Searched refs:ChoreographerCallbacks (Results 1 – 3 of 3) sorted by relevance
58 ChoreographerCallbacks callbacks = new ChoreographerCallbacks(); in testAddAndExecuteInOrder()71 ChoreographerCallbacks callbacks = new ChoreographerCallbacks(); in testAddAndExecuteOnlyDue()84 ChoreographerCallbacks callbacks = new ChoreographerCallbacks(); in testRemove()99 ChoreographerCallbacks callbacks = new ChoreographerCallbacks(); in testErrorIfUnknownCallbackType()110 ChoreographerCallbacks callbacks = new ChoreographerCallbacks(); in testRemoveNullAction()
3 import com.android.layoutlib.bridge.util.ChoreographerCallbacks;11 private final ChoreographerCallbacks mChoreographerCallbacks = new ChoreographerCallbacks();23 public ChoreographerCallbacks getChoreographerCallbacks() { return mChoreographerCallbacks; } in getChoreographerCallbacks()
33 public class ChoreographerCallbacks { class