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 | 222 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/ |
D | StatusIconContainer.java | 133 resetViewStates(); in onLayout() 419 private void resetViewStates() { in resetViewStates() method in StatusIconContainer
|
D | NotificationIconContainer.java | 311 resetViewStates(); in updateState() 454 public void resetViewStates() { in resetViewStates() method in NotificationIconContainer
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 389 mShelfIcons.resetViewStates(); in updateAppearance()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackScrollAlgorithm.java | 121 public void resetViewStates(AmbientState ambientState, int speedBumpIndex) { in resetViewStates() method in StackScrollAlgorithm
|
D | NotificationStackScrollLayout.java | 1291 mStackScrollAlgorithm.resetViewStates(mAmbientState, getSpeedBumpIndex());
|