Searched refs:mAmbientState (Results 1 – 2 of 2) sorted by relevance
80 private AmbientState mAmbientState; field in NotificationShelf140 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 …]
239 private final AmbientState mAmbientState; field in NotificationStackScrollLayout410 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 …]