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.kt222 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
278 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
294 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
363 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
377 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
390 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
403 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
416 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
440 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
453 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java133 resetViewStates(); in onLayout()
419 private void resetViewStates() { in resetViewStates() method in StatusIconContainer
DNotificationIconContainer.java311 resetViewStates(); in updateState()
454 public void resetViewStates() { in resetViewStates() method in NotificationIconContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java389 mShelfIcons.resetViewStates(); in updateAppearance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java121 public void resetViewStates(AmbientState ambientState, int speedBumpIndex) { in resetViewStates() method in StackScrollAlgorithm
DNotificationStackScrollLayout.java1291 mStackScrollAlgorithm.resetViewStates(mAmbientState, getSpeedBumpIndex());