Home
last modified time | relevance | path

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

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