Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/internal/lang/
DSystem_Delegate.java44 context.getSessionInteractiveData().setNanosTime(nanos); in setNanosTime()
51 context.getSessionInteractiveData().setBootNanosTime(nanos); in setBootTimeNanos()
58 return context.getSessionInteractiveData().getNanosTime(); in nanoTime()
70 return context.getSessionInteractiveData().getBootNanosTime(); in bootTime()
/frameworks/layoutlib/bridge/src/android/os/
DHandler_Delegate.java49 context.getSessionInteractiveData() in sendMessageAtTime()
73 context.getSessionInteractiveData() in sendMessageAtFrontOfQueue()
92 HandlerMessageQueue queue = context.getSessionInteractiveData().getHandlerMessageQueue(); in executeCallbacks()
/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/
DBridgeRenderSession.java163 .getSessionInteractiveData() in executeCallbacks()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java1243 getContext().getSessionInteractiveData().dispose(); in dispose()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java2318 public SessionInteractiveData getSessionInteractiveData() { in getSessionInteractiveData() method in BridgeContext