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.java80 private AmbientState mAmbientState; field in NotificationShelf
140 mAmbientState = ambientState; in bind()
213 viewState.belowSpeedBump = mAmbientState.getSpeedBumpIndex() == 0; in updateState()
220 viewState.hidden = !mAmbientState.isShadeExpanded() in updateState()
221 || mAmbientState.isQsCustomizerShowing(); in updateState()
243 View lastChild = mAmbientState.getLastVisibleBackgroundChild(); in updateAppearance()
261 float currentScrollVelocity = mAmbientState.getCurrentScrollVelocity(); in updateAppearance()
263 || (mAmbientState.isExpansionChanging() in updateAppearance()
264 && Math.abs(mAmbientState.getExpandingVelocity()) > mScrollFastThreshold); in updateAppearance()
266 boolean expandingAnimated = 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
410 if (mAmbientState.isHiddenAtAll()) {
416 outline.setAlpha(1.0f - mAmbientState.getHideAmount());
550 mAmbientState = new AmbientState(context, mSectionsManager, mHeadsUpManager); in NotificationStackScrollLayout()
779 || mAmbientState.isDozing())) {
855 shouldDrawBackground = !mAmbientState.isDozing() || anySectionHasVisibleChild;
981 mAmbientState.reload(context);
1012 return mAmbientState.isPulseExpanding();
1070 mAmbientState.setSpeedBumpIndex(newIndex);
1108 mAmbientState.setLayoutHeight(getLayoutHeight());
[all …]