Home
last modified time | relevance | path

Searched refs:resetViewStates (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt86 stackScrollAlgorithm.resetViewStates(ambientState, 0) in <lambda>()
101 stackScrollAlgorithm.resetViewStates(ambientState, 0) in <lambda>()
114 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
130 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
213 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
227 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
240 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
254 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
273 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
287 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java122 resetViewStates(); in onLayout()
404 private void resetViewStates() { in resetViewStates() method in StatusIconContainer
DNotificationIconContainer.java294 resetViewStates(); in updateState()
409 public void resetViewStates() { in resetViewStates() method in NotificationIconContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java359 mShelfIcons.resetViewStates(); in updateAppearance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java116 public void resetViewStates(AmbientState ambientState, int speedBumpIndex) { in resetViewStates() method in StackScrollAlgorithm
DNotificationStackScrollLayout.java1240 mStackScrollAlgorithm.resetViewStates(mAmbientState, getSpeedBumpIndex());