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.java77 private AmbientState mAmbientState; field in NotificationShelf
133 mAmbientState = ambientState; in bind()
224 float yRatio = mAmbientState.hasPulsingNotifications() ? in updateState()
225 0 : mAmbientState.getDarkAmount(); in updateState()
238 viewState.belowSpeedBump = mAmbientState.getSpeedBumpIndex() == 0; in updateState()
245 viewState.hidden = !mAmbientState.isShadeExpanded() in updateState()
246 || mAmbientState.isQsCustomizerShowing(); in updateState()
268 View lastChild = mAmbientState.getLastVisibleBackgroundChild(); in updateAppearance()
286 float currentScrollVelocity = mAmbientState.getCurrentScrollVelocity(); in updateAppearance()
288 || (mAmbientState.isExpansionChanging() in updateAppearance()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java239 private final AmbientState mAmbientState; field in NotificationStackScrollLayout
412 if (mAmbientState.isDarkAtAll()) {
546 mAmbientState = new AmbientState(context, mSectionsManager); in NotificationStackScrollLayout()
767 || mAmbientState.isDark())) {
839 if (!mAmbientState.isDark() || anySectionHasVisibleChild) {
963 mAmbientState.reload(context);
1047 mAmbientState.setSpeedBumpIndex(newIndex);
1085 mAmbientState.setLayoutHeight(getLayoutHeight());
1087 mAmbientState.setTopPadding(mTopPadding);
1092 mAmbientState.setLayoutMinHeight(mQsExpanded || isHeadsUpTransition()
[all …]