Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java81 private AmbientState mAmbientState; field in NotificationShelf
145 mAmbientState = ambientState; in bind()
218 viewState.belowSpeedBump = mAmbientState.getSpeedBumpIndex() == 0; in updateState()
225 viewState.hidden = !mAmbientState.isShadeExpanded() in updateState()
226 || mAmbientState.isQsCustomizerShowing(); in updateState()
248 View lastChild = mAmbientState.getLastVisibleBackgroundChild(); in updateAppearance()
266 float currentScrollVelocity = mAmbientState.getCurrentScrollVelocity(); in updateAppearance()
268 || (mAmbientState.isExpansionChanging() in updateAppearance()
269 && Math.abs(mAmbientState.getExpandingVelocity()) > mScrollFastThreshold); in updateAppearance()
271 boolean expandingAnimated = mAmbientState.isExpansionChanging() in updateAppearance()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java261 private final AmbientState mAmbientState; field in NotificationStackScrollLayout
440 if (mAmbientState.isHiddenAtAll()) {
446 outline.setAlpha(1.0f - mAmbientState.getHideAmount());
598 mAmbientState = new AmbientState(context, mSectionsManager, mHeadsUpManager); in NotificationStackScrollLayout()
862 || mAmbientState.isDozing())) {
938 shouldDrawBackground = !mAmbientState.isDozing() || anySectionHasVisibleChild;
1066 mAmbientState.reload(context);
1097 return mAmbientState.isPulseExpanding();
1155 mAmbientState.setSpeedBumpIndex(newIndex);
1193 mAmbientState.setLayoutHeight(getLayoutHeight());
[all …]