Home
last modified time | relevance | path

Searched refs:mInterpolatedDarkAmount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java352 private float mInterpolatedDarkAmount; field in NotificationPanelView
826 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()