Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt966 ambientState.setPulsingRow(pulsingNotificationView) in <lambda>()
986 ambientState.setPulsingRow(null) in <lambda>()
1005 ambientState.setPulsingRow(pulsingNotificationView) in <lambda>()
1020 ambientState.setPulsingRow(pulsingNotificationView) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java582 public void setPulsingRow(ExpandableNotificationRow row) { in setPulsingRow() method in AmbientState
DStackScrollAlgorithm.java827 ambientState.setPulsingRow(pulsingRow); in updatePulsingStates()