Home
last modified time | relevance | path

Searched refs:viewChoreographer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifPipelineChoreographerTest.kt42 val viewChoreographer: Choreographer = mock() constant in com.android.systemui.statusbar.notification.collection.NotifPipelineChoreographerTest
50 .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,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifPipelineChoreographer.kt63 private val viewChoreographer: Choreographer, constant in com.android.systemui.statusbar.notification.collection.NotifPipelineChoreographerImpl
82 viewChoreographer.postFrameCallback(frameCallback) in schedule()
93 viewChoreographer.removeFrameCallback(frameCallback) in cancel()
107 viewChoreographer.removeFrameCallback(frameCallback) in onTimeout()