Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java71 public void getStackScrollState(AmbientState ambientState, StackScrollState resultState) { in getStackScrollState() argument
79 initAlgorithmState(resultState, algorithmState, ambientState); in getStackScrollState()
81 updatePositionsForState(resultState, algorithmState, ambientState); in getStackScrollState()
83 updateZValuesForState(resultState, algorithmState, ambientState); in getStackScrollState()
85 updateHeadsUpStates(resultState, algorithmState, ambientState); in getStackScrollState()
87 handleDraggedViews(ambientState, resultState, algorithmState); in getStackScrollState()
88 updateDimmedActivatedHideSensitive(ambientState, resultState, algorithmState); in getStackScrollState()
89 updateClipping(resultState, algorithmState, ambientState); in getStackScrollState()
90 updateSpeedBumpState(resultState, algorithmState, ambientState); in getStackScrollState()
91 updateShelfState(resultState, ambientState); in getStackScrollState()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java98 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout) { in bind() argument
99 mAmbientState = ambientState; in bind()
151 AmbientState ambientState) { in updateState() argument
152 View lastView = ambientState.getLastVisibleBackgroundChild(); in updateState()
154 float maxShelfEnd = ambientState.getInnerHeight() + ambientState.getTopPadding() in updateState()
155 + ambientState.getStackTranslation(); in updateState()
162 mShelfState.zTranslation = ambientState.getBaseZHeight(); in updateState()