Searched refs:algorithmState (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | StackScrollAlgorithm.java | 82 StackScrollAlgorithmState algorithmState = mTempAlgorithmState; in getStackScrollState() local 87 initAlgorithmState(resultState, algorithmState, ambientState); in getStackScrollState() 89 updatePositionsForState(resultState, algorithmState, ambientState); in getStackScrollState() 91 updateZValuesForState(resultState, algorithmState, ambientState); in getStackScrollState() 93 updateHeadsUpStates(resultState, algorithmState, ambientState); in getStackScrollState() 95 handleDraggedViews(ambientState, resultState, algorithmState); in getStackScrollState() 96 updateDimmedActivatedHideSensitive(ambientState, resultState, algorithmState); in getStackScrollState() 97 updateClipping(resultState, algorithmState, ambientState); in getStackScrollState() 98 updateSpeedBumpState(resultState, algorithmState, ambientState); in getStackScrollState() 100 getNotificationChildrenStates(resultState, algorithmState, ambientState); in getStackScrollState() [all …]
|