Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt793 stackScrollAlgorithm.updatePulsingStates(algorithmState, ambientState)
810 stackScrollAlgorithm.updatePulsingStates(algorithmState, ambientState)
829 stackScrollAlgorithm.updatePulsingStates(algorithmState, ambientState)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java123 updatePulsingStates(algorithmState, ambientState); in resetViewStates()
703 void updatePulsingStates(StackScrollAlgorithmState algorithmState, in updatePulsingStates() method