Searched refs:mInterpolatedDarkAmount (Results 1 – 1 of 1) sorted by relevance
352 private float mInterpolatedDarkAmount; field in NotificationPanelView826 mInterpolatedDarkAmount, in positionClockAndNotifications()2468 if (needsAnimation && mInterpolatedDarkAmount == 0) { in onHeightChanged()3279 mInterpolatedDarkAmount = amount; in onDozeAmountChanged()3281 mKeyguardStatusView.setDarkAmount(mInterpolatedDarkAmount); in onDozeAmountChanged()3282 mKeyguardBottomArea.setDarkAmount(mInterpolatedDarkAmount); in onDozeAmountChanged()3313 if (mInterpolatedDarkAmount > 0) { in dozeTimeTick()