Searched refs:addOnEvalListener (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ | ||
D | NotifPipelineChoreographer.kt | 44 fun addOnEvalListener(onEvalListener: Runnable) in schedule() method |
D | ShadeListBuilder.java | 170 mChoreographer.addOnEvalListener(this::buildList); in attach() |
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ | ||
D | NotifPipelineChoreographerTest.kt | 57 pipelineChoreographer.addOnEvalListener { in scheduleThenEvalFrameCallback() |