Searched refs:resetViewStates (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | StackScrollAlgorithmTest.kt | 86 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/ |
D | StatusIconContainer.java | 122 resetViewStates(); in onLayout() 404 private void resetViewStates() { in resetViewStates() method in StatusIconContainer
|
D | NotificationIconContainer.java | 294 resetViewStates(); in updateState() 409 public void resetViewStates() { in resetViewStates() method in NotificationIconContainer
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 359 mShelfIcons.resetViewStates(); in updateAppearance()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackScrollAlgorithm.java | 116 public void resetViewStates(AmbientState ambientState, int speedBumpIndex) { in resetViewStates() method in StackScrollAlgorithm
|
D | NotificationStackScrollLayout.java | 1240 mStackScrollAlgorithm.resetViewStates(mAmbientState, getSpeedBumpIndex());
|