Searched refs:mAmbientState (Results 1 – 2 of 2) sorted by relevance
81 private AmbientState mAmbientState; field in NotificationShelf145 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 …]
261 private final AmbientState mAmbientState; field in NotificationStackScrollLayout440 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 …]