Home
last modified time | relevance | path

Searched refs:ambientState (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java91 public void resetViewStates(AmbientState ambientState) { in resetViewStates() argument
99 initAlgorithmState(mHostView, algorithmState, ambientState); in resetViewStates()
101 updatePositionsForState(algorithmState, ambientState); in resetViewStates()
103 updateZValuesForState(algorithmState, ambientState); in resetViewStates()
105 updateHeadsUpStates(algorithmState, ambientState); in resetViewStates()
106 updatePulsingStates(algorithmState, ambientState); in resetViewStates()
108 updateDimmedActivatedHideSensitive(ambientState, algorithmState); in resetViewStates()
109 updateClipping(algorithmState, ambientState); in resetViewStates()
110 updateSpeedBumpState(algorithmState, ambientState); in resetViewStates()
111 updateShelfState(ambientState); in resetViewStates()
[all …]
DNotificationChildrenContainer.java520 public void updateState(ExpandableViewState parentState, AmbientState ambientState) {
585 launchTransitionCompensation = -ambientState.getExpandAnimationTopChange();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java132 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout) { in bind() argument
133 mAmbientState = ambientState; in bind()
211 public void updateState(AmbientState ambientState) { in updateState() argument
212 ExpandableView lastView = ambientState.getLastVisibleBackgroundChild(); in updateState()
215 float maxShelfEnd = ambientState.getInnerHeight() + ambientState.getTopPadding() in updateState()
216 + ambientState.getStackTranslation(); in updateState()
227 viewState.zTranslation = ambientState.getBaseZHeight(); in updateState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java925 public void updateChildrenStates(AmbientState ambientState) {
928 mChildrenContainer.updateState(parentState, ambientState);