HomeSort by relevance Sort by last modified time
    Searched refs:AmbientState (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 137 public void getStackScrollState(AmbientState ambientState, StackScrollState resultState) {
151 float bottomOverScroll = ambientState.getOverScrollAmount(false /* onTop */);
153 int scrollY = ambientState.getScrollY();
163 findNumberOfItemsInTopStackAndUpdateState(resultState, algorithmState, ambientState);
166 updatePositionsForState(resultState, algorithmState, ambientState);
171 handleDraggedViews(ambientState, resultState, algorithmState);
172 updateDimmedActivatedHideSensitive(ambientState, resultState, algorithmState);
173 updateClipping(resultState, algorithmState, ambientState);
174 updateSpeedBumpState(resultState, algorithmState, ambientState.getSpeedBumpIndex())
    [all...]
AmbientState.java 30 public class AmbientState {
NotificationStackScrollLayout.java 126 private AmbientState mAmbientState = new AmbientState();
    [all...]

Completed in 214 milliseconds