Searched refs:algorithmState (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
| D | StackScrollAlgorithm.java | 115 StackScrollAlgorithmState algorithmState = mTempAlgorithmState; in resetViewStates() local 119 initAlgorithmState(algorithmState, ambientState); in resetViewStates() 120 updatePositionsForState(algorithmState, ambientState); in resetViewStates() 121 updateZValuesForState(algorithmState, ambientState); in resetViewStates() 122 updateHeadsUpStates(algorithmState, ambientState); in resetViewStates() 123 updatePulsingStates(algorithmState, ambientState); in resetViewStates() 125 updateDimmedAndHideSensitive(ambientState, algorithmState); in resetViewStates() 126 updateClipping(algorithmState, ambientState); in resetViewStates() 127 updateSpeedBumpState(algorithmState, speedBumpIndex); in resetViewStates() 128 updateShelfState(algorithmState, ambientState); in resetViewStates() [all …]
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
| D | StackScrollAlgorithmTest.kt | 635 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>() constant 636 algorithmState.visibleChildren.add(childHunView) in <lambda>() 642 /* StackScrollAlgorithmState= */ algorithmState, in <lambda>() 665 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>() constant 666 algorithmState.visibleChildren.add(childHunView) in <lambda>() 672 /* StackScrollAlgorithmState= */ algorithmState, in <lambda>() 700 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>() constant 701 algorithmState.visibleChildren.add(childHunView) in <lambda>() 707 /* StackScrollAlgorithmState= */ algorithmState, in <lambda>() 731 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>() constant [all …]
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| D | NotificationShelf.java | 213 public void updateState(StackScrollAlgorithm.StackScrollAlgorithmState algorithmState, in updateState() argument 245 viewState.firstViewInShelf = algorithmState.firstViewInShelf; in updateState() 251 || algorithmState.firstViewInShelf == null; in updateState() 253 final int indexOfFirstViewInShelf = algorithmState.visibleChildren.indexOf( in updateState() 254 algorithmState.firstViewInShelf); in updateState() 257 && algorithmState.firstViewInShelf != null in updateState() 261 final ExpandableView viewBeforeShelf = algorithmState.visibleChildren.get( in updateState()
|