Searched defs:choreographer (Results 1 – 5 of 5) sorted by relevance
175 private var choreographer: Choreographer? = null in equals() variable182 val choreographer = choreographer in equals() constant203 val choreographer = choreographer ?: Choreographer.getInstance()!!.also { choreographer = it } in updateChoreographerAndPostFrameCallback() constant
28 private Choreographer choreographer = Choreographer.getInstance(); field in ShadowRenderNodeAnimator
348 static Choreographer choreographer; field in ShadowLooperResetterTest.StaticChoreographerResetTest
568 private @MonotonicNonNull Choreographer choreographer; field in VideoFrameReleaseHelper.VSyncSampler
576 private @MonotonicNonNull Choreographer choreographer; field in VideoFrameReleaseHelper.VSyncSampler