Searched refs:viewChoreographer (Results 1 – 2 of 2) sorted by relevance
42 val viewChoreographer: Choreographer = mock() constant in com.android.systemui.statusbar.notification.collection.NotifPipelineChoreographerTest50 .create(viewChoreographer, executor)62 verify(viewChoreographer).postFrameCallback(capture()) in scheduleThenEvalFrameCallback()81 verify(viewChoreographer).postFrameCallback(capture()) in scheduleThenEvalTimeoutCallback()90 verify(viewChoreographer).removeFrameCallback(frameCallback) in scheduleThenEvalTimeoutCallback()98 verify(viewChoreographer).postFrameCallback(capture()) in scheduleThenCancel()103 verify(viewChoreographer).removeFrameCallback(frameCallback) in scheduleThenCancel()117 @BindsInstance viewChoreographer: Choreographer,
63 private val viewChoreographer: Choreographer, constant in com.android.systemui.statusbar.notification.collection.NotifPipelineChoreographerImpl82 viewChoreographer.postFrameCallback(frameCallback) in schedule()93 viewChoreographer.removeFrameCallback(frameCallback) in cancel()107 viewChoreographer.removeFrameCallback(frameCallback) in onTimeout()