Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipelineChoreographerTest.kt48 val pipelineChoreographer: NotifPipelineChoreographer =
57 pipelineChoreographer.addOnEvalListener {
60 pipelineChoreographer.schedule()
76 pipelineChoreographer.addOnEvalListener {
79 pipelineChoreographer.schedule()
96 pipelineChoreographer.schedule()
101 pipelineChoreographer.cancel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java145 NotifPipelineChoreographer pipelineChoreographer, in ShadeListBuilder() argument
156 mChoreographer = pipelineChoreographer; in ShadeListBuilder()