Searched refs:ambientState (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | StackScrollAlgorithm.java | 91 public void getStackScrollState(AmbientState ambientState, StackScrollState resultState) { in getStackScrollState() argument 99 initAlgorithmState(resultState, algorithmState, ambientState); in getStackScrollState() 101 updatePositionsForState(resultState, algorithmState, ambientState); in getStackScrollState() 103 updateZValuesForState(resultState, algorithmState, ambientState); in getStackScrollState() 105 updateHeadsUpStates(resultState, algorithmState, ambientState); in getStackScrollState() 107 handleDraggedViews(ambientState, resultState, algorithmState); in getStackScrollState() 108 updateDimmedActivatedHideSensitive(ambientState, resultState, algorithmState); in getStackScrollState() 109 updateClipping(resultState, algorithmState, ambientState); in getStackScrollState() 110 updateSpeedBumpState(resultState, algorithmState, ambientState.getSpeedBumpIndex()); in getStackScrollState() 140 StackScrollAlgorithmState algorithmState, AmbientState ambientState) { in updateClipping() argument [all …]
|