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/
AmbientState.java 27 public class AmbientState {
StackScrollAlgorithm.java 136 public void getStackScrollState(AmbientState ambientState, StackScrollState resultState) {
150 float bottomOverScroll = ambientState.getOverScrollAmount(false /* onTop */);
152 int scrollY = ambientState.getScrollY();
170 handleDraggedViews(ambientState, resultState, algorithmState);
171 updateDimmedActivatedHideSensitive(ambientState, resultState, algorithmState);
173 updateSpeedBumpState(resultState, algorithmState, ambientState.getSpeedBumpIndex());
254 private void updateDimmedActivatedHideSensitive(AmbientState ambientState,
256 boolean dimmed = ambientState.isDimmed()
    [all...]
NotificationStackScrollLayout.java 109 private AmbientState mAmbientState = new AmbientState();
    [all...]

Completed in 68 milliseconds