Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/util/
DChoreographerCallbacksTest.java58 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()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DSessionInteractiveData.java3 import com.android.layoutlib.bridge.util.ChoreographerCallbacks;
11 private final ChoreographerCallbacks mChoreographerCallbacks = new ChoreographerCallbacks();
23 public ChoreographerCallbacks getChoreographerCallbacks() { return mChoreographerCallbacks; } in getChoreographerCallbacks()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DChoreographerCallbacks.java33 public class ChoreographerCallbacks { class