Searched refs:ambientState (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | StackScrollAlgorithm.java | 137 public void getStackScrollState(AmbientState ambientState, StackScrollState resultState) { in getStackScrollState() argument 151 float bottomOverScroll = ambientState.getOverScrollAmount(false /* onTop */); in getStackScrollState() 153 int scrollY = ambientState.getScrollY(); in getStackScrollState() 163 findNumberOfItemsInTopStackAndUpdateState(resultState, algorithmState, ambientState); in getStackScrollState() 166 updatePositionsForState(resultState, algorithmState, ambientState); in getStackScrollState() 171 handleDraggedViews(ambientState, resultState, algorithmState); in getStackScrollState() 172 updateDimmedActivatedHideSensitive(ambientState, resultState, algorithmState); in getStackScrollState() 173 updateClipping(resultState, algorithmState, ambientState); in getStackScrollState() 174 updateSpeedBumpState(resultState, algorithmState, ambientState.getSpeedBumpIndex()); in getStackScrollState() 204 StackScrollAlgorithmState algorithmState, AmbientState ambientState) { in updateClipping() argument [all …]
|