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 | 135 StackScrollAlgorithmState algorithmState = mTempAlgorithmState; in resetViewStates() local 139 initAlgorithmState(algorithmState, ambientState); in resetViewStates() 140 updatePositionsForState(algorithmState, ambientState); in resetViewStates() 141 updateZValuesForState(algorithmState, ambientState); in resetViewStates() 142 updateHeadsUpStates(algorithmState, ambientState); in resetViewStates() 143 updatePulsingStates(algorithmState, ambientState); in resetViewStates() 145 updateDimmedAndHideSensitive(ambientState, algorithmState); in resetViewStates() 146 updateClipping(algorithmState, ambientState); in resetViewStates() 147 updateSpeedBumpState(algorithmState, speedBumpIndex); in resetViewStates() 148 updateShelfState(algorithmState, ambientState); in resetViewStates() [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ |
D | StackScrollAlgorithmTest.kt | 1115 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>() constant 1116 algorithmState.visibleChildren.add(childHunView) in <lambda>() 1122 /* algorithmState = */ algorithmState, in <lambda>() 1144 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>() constant 1145 algorithmState.visibleChildren.add(childHunView) in <lambda>() 1151 /* algorithmState = */ algorithmState, in <lambda>() 1177 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>() constant 1178 algorithmState.visibleChildren.add(childHunView) in <lambda>() 1184 /* algorithmState = */ algorithmState, in <lambda>() 1206 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>() constant [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 211 public void updateState(StackScrollAlgorithm.StackScrollAlgorithmState algorithmState, in updateState() argument 242 viewState.firstViewInShelf = algorithmState.firstViewInShelf; in updateState() 248 || algorithmState.firstViewInShelf == null; in updateState() 250 final int indexOfFirstViewInShelf = algorithmState.visibleChildren.indexOf( in updateState() 251 algorithmState.firstViewInShelf); in updateState() 254 && algorithmState.firstViewInShelf != null in updateState() 258 final ExpandableView viewBeforeShelf = algorithmState.visibleChildren.get( in updateState()
|