Home
last modified time | relevance | path

Searched refs:addOnEvalListener (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifPipelineChoreographer.kt44 fun addOnEvalListener(onEvalListener: Runnable) in schedule() method
96 override fun addOnEvalListener(onEvalListener: Runnable) { in addOnEvalListener() method in com.android.systemui.statusbar.notification.collection.NotifPipelineChoreographerImpl
133 override fun addOnEvalListener(onEvalListener: Runnable) { in addOnEvalListener() method in com.android.systemui.statusbar.notification.collection.FakeNotifPipelineChoreographer
DShadeListBuilder.java170 mChoreographer.addOnEvalListener(this::buildList); in attach()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifPipelineChoreographerTest.kt57 pipelineChoreographer.addOnEvalListener { in scheduleThenEvalFrameCallback()
76 pipelineChoreographer.addOnEvalListener { in scheduleThenEvalTimeoutCallback()