Searched refs:mInterpolatedDarkAmount (Results 1 – 2 of 2) sorted by relevance
282 private float mInterpolatedDarkAmount; field in NotificationPanelView690 mInterpolatedDarkAmount, in positionClockAndNotifications()2164 if (needsAnimation && mInterpolatedDarkAmount == 0) { in onHeightChanged()2931 mInterpolatedDarkAmount = amount; in onDozeAmountChanged()2933 mKeyguardStatusView.setDarkAmount(mInterpolatedDarkAmount); in onDozeAmountChanged()2934 mKeyguardBottomArea.setDarkAmount(mInterpolatedDarkAmount); in onDozeAmountChanged()2965 if (mInterpolatedDarkAmount > 0) { in dozeTimeTick()
432 private float mInterpolatedDarkAmount = 0f; field in NotificationStackScrollLayout814 float yProgress = 1 - mInterpolatedDarkAmount;4738 setTranslationX(mHorizontalPanelTranslation + mAntiBurnInOffsetX * mInterpolatedDarkAmount);4775 mInterpolatedDarkAmount = interpolatedDarkAmount;4811 if (mInterpolatedDarkAmount == 0 || mInterpolatedDarkAmount == 1) {