Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DChoreographer_Delegate.java69 context.getSessionInteractiveData().getChoreographerCallbacks().add(action, in postCallbackDelayedInternal()
84 context.getSessionInteractiveData().getChoreographerCallbacks().remove(action, token); in removeCallbacksInternal()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DSessionInteractiveData.java23 public ChoreographerCallbacks getChoreographerCallbacks() { return mChoreographerCallbacks; } in getChoreographerCallbacks() method in SessionInteractiveData
DBridgeRenderSession.java164 .getChoreographerCallbacks() in executeCallbacks()