Searched defs:ambientState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java73 public void getStackScrollState(AmbientState ambientState, StackScrollState resultState) { argument
81 initAlgorithmState(resultState, algorithmState, ambientState);
83 updatePositionsForState(resultState, algorithmState, ambientState);
85 updateZValuesForState(resultState, algorithmState, ambientState);
87 updateHeadsUpStates(resultState, algorithmState, ambientState);
89 handleDraggedViews(ambientState, resultState, algorithmState);
90 updateDimmedActivatedHideSensitive(ambientState, resultState, algorithmState);
91 updateClipping(resultState, algorithmState, ambientState);
92 updateSpeedBumpState(resultState, algorithmState, ambientState);
93 updateShelfState(resultState, ambientState);
109 updateSpeedBumpState(StackScrollState resultState, StackScrollAlgorithmState algorithmState, AmbientState ambientState) argument
123 updateShelfState(StackScrollState resultState, AmbientState ambientState) argument
128 updateClipping(StackScrollState resultState, StackScrollAlgorithmState algorithmState, AmbientState ambientState) argument
180 updateDimmedActivatedHideSensitive(AmbientState ambientState, StackScrollState resultState, StackScrollAlgorithmState algorithmState) argument
203 handleDraggedViews(AmbientState ambientState, StackScrollState resultState, StackScrollAlgorithmState algorithmState) argument
233 initAlgorithmState(StackScrollState resultState, StackScrollAlgorithmState state, AmbientState ambientState) argument
356 updatePositionsForState(StackScrollState resultState, StackScrollAlgorithmState algorithmState, AmbientState ambientState) argument
368 updateChild(int i, StackScrollState resultState, StackScrollAlgorithmState algorithmState, AmbientState ambientState, float currentYPosition) argument
409 updateHeadsUpStates(StackScrollState resultState, StackScrollAlgorithmState algorithmState, AmbientState ambientState) argument
458 clampHunToTop(AmbientState ambientState, ExpandableNotificationRow row, ExpandableViewState childState) argument
467 clampHunToMaxTranslation(AmbientState ambientState, ExpandableNotificationRow row, ExpandableViewState childState) argument
488 clampPositionToShelf(ExpandableViewState childViewState, AmbientState ambientState) argument
517 updateZValuesForState(StackScrollState resultState, StackScrollAlgorithmState algorithmState, AmbientState ambientState) argument
527 updateChildZValue(int i, float childrenOnTop, StackScrollState resultState, StackScrollAlgorithmState algorithmState, AmbientState ambientState) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java122 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout) { argument
123 mAmbientState = ambientState;
179 AmbientState ambientState) {
180 View lastView = ambientState.getLastVisibleBackgroundChild();
182 float maxShelfEnd = ambientState.getInnerHeight() + ambientState.getTopPadding()
183 + ambientState.getStackTranslation();
190 mShelfState.zTranslation = ambientState.getBaseZHeight();
178 updateState(StackScrollState resultState, AmbientState ambientState) argument

Completed in 68 milliseconds