Home
last modified time | relevance | path

Searched defs:choreographer (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/
DHandlerDispatcher.kt162 private var choreographer: Choreographer? = null in equals() variable
169 val choreographer = choreographer in equals() constant
184 val choreographer = choreographer ?: in updateChoreographerAndPostFrameCallback() constant
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowRenderNodeAnimator.java22 private Choreographer choreographer = Choreographer.getInstance(); field in ShadowRenderNodeAnimator
DShadowView.java457 Choreographer choreographer = ShadowChoreographer.getInstance(); in start() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/
DVideoFrameReleaseTimeHelper.java281 private Choreographer choreographer; field in VideoFrameReleaseTimeHelper.VSyncSampler