Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java282 private float mInterpolatedDarkAmount; field in NotificationPanelView
690 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java432 private float mInterpolatedDarkAmount = 0f; field in NotificationStackScrollLayout
814 float yProgress = 1 - mInterpolatedDarkAmount;
4738 setTranslationX(mHorizontalPanelTranslation + mAntiBurnInOffsetX * mInterpolatedDarkAmount);
4775 mInterpolatedDarkAmount = interpolatedDarkAmount;
4811 if (mInterpolatedDarkAmount == 0 || mInterpolatedDarkAmount == 1) {