Home
last modified time | relevance | path

Searched refs:algorithmState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java124 StackScrollAlgorithmState algorithmState = mTempAlgorithmState; in resetViewStates() local
128 initAlgorithmState(algorithmState, ambientState); in resetViewStates()
129 updatePositionsForState(algorithmState, ambientState); in resetViewStates()
130 updateZValuesForState(algorithmState, ambientState); in resetViewStates()
131 updateHeadsUpStates(algorithmState, ambientState); in resetViewStates()
132 updatePulsingStates(algorithmState, ambientState); in resetViewStates()
134 updateDimmedAndHideSensitive(ambientState, algorithmState); in resetViewStates()
135 updateClipping(algorithmState, ambientState); in resetViewStates()
136 updateSpeedBumpState(algorithmState, speedBumpIndex); in resetViewStates()
137 updateShelfState(algorithmState, ambientState); in resetViewStates()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt826 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>() constant
827 algorithmState.visibleChildren.add(childHunView) in <lambda>()
833 /* StackScrollAlgorithmState= */ algorithmState, in <lambda>()
853 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>() constant
854 algorithmState.visibleChildren.add(childHunView) in <lambda>()
860 /* StackScrollAlgorithmState= */ algorithmState, in <lambda>()
885 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>() constant
886 algorithmState.visibleChildren.add(childHunView) in <lambda>()
892 /* StackScrollAlgorithmState= */ algorithmState, in <lambda>()
913 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>() constant
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java202 public void updateState(StackScrollAlgorithm.StackScrollAlgorithmState algorithmState, in updateState() argument
236 viewState.firstViewInShelf = algorithmState.firstViewInShelf; in updateState()
242 || algorithmState.firstViewInShelf == null; in updateState()
244 final int indexOfFirstViewInShelf = algorithmState.visibleChildren.indexOf( in updateState()
245 algorithmState.firstViewInShelf); in updateState()
248 && algorithmState.firstViewInShelf != null in updateState()
252 final ExpandableView viewBeforeShelf = algorithmState.visibleChildren.get( in updateState()