Searched refs:algorithmState (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | StackScrollAlgorithm.java | 94 StackScrollAlgorithmState algorithmState = mTempAlgorithmState; in getStackScrollState() local 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() 111 getNotificationChildrenStates(resultState, algorithmState); in getStackScrollState() [all …]
|