Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java109 private float mDarkAmount; field in KeyguardClockPositionAlgorithm
184 mDarkAmount = dark; in setup()
197 final int y = getClockY(mPanelExpansion, mDarkAmount); in run()
205 result.clockX = (int) interpolate(0, burnInPreventionOffsetX(), mDarkAmount); in run()
206 result.clockScale = interpolate(getBurnInScale(), 1.0f, 1.0f - mDarkAmount); in run()
213 return getClockY(1.0f, mDarkAmount) + mUserSwitchHeight; in getStackScrollerPaddingExpanded()
215 return getClockY(1.0f, mDarkAmount) + mKeyguardStatusHeight; in getStackScrollerPaddingExpanded()
322 float alphaKeyguard = Math.max(0, y / Math.max(1f, getClockY(1f, mDarkAmount))); in getClockAlpha()
330 return MathUtils.lerp(alphaKeyguard, 1f, mDarkAmount); in getClockAlpha()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusView.java48 private float mDarkAmount = 0; field in KeyguardStatusView
80 if (mDarkAmount == darkAmount) { in setDarkAmount()
83 mDarkAmount = darkAmount; in setDarkAmount()
89 mKeyguardSlice.setDarkAmount(mDarkAmount); in updateDark()
111 pw.println(" mDarkAmount: " + mDarkAmount); in dump()
DKeyguardSliceView.java74 private float mDarkAmount = 0; field in KeyguardSliceView
225 mDarkAmount = darkAmount; in setDarkAmount()
252 return ColorUtils.blendARGB(mTextColor, Color.WHITE, mDarkAmount); in getTextColor()
286 pw.println(" mDarkAmount: " + mDarkAmount); in dump()
306 private float mDarkAmount; field in KeyguardSliceView.Row
386 boolean wasDozing = mDarkAmount != 0; in setDarkAmount()
390 mDarkAmount = darkAmount; in setDarkAmount()
DKeyguardClockSwitch.java78 private float mDarkAmount; field in KeyguardClockSwitch
/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DClockLayout.java47 private float mDarkAmount; field in ClockLayout
88 mDarkAmount = darkAmount; in setDarkAmount()
95 mDarkAmount); in positionChildren()
99 mDarkAmount); in positionChildren()
DSmallClockPosition.java42 private float mDarkAmount; field in SmallClockPosition
64 mDarkAmount = darkAmount; in setDarkAmount()
76 return (int) MathUtils.lerp(lockY, aodY, mDarkAmount); in getPreferredY()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserDetailItemView.java42 private float mDarkAmount; field in KeyguardUserDetailItemView
140 if (mDarkAmount == darkAmount) { in setDarkAmount()
143 mDarkAmount = darkAmount; in setDarkAmount()
148 final int blendedTextColor = ColorUtils.blendARGB(mTextColor, Color.WHITE, mDarkAmount); in updateDark()
DKeyguardUserSwitcherController.java90 private float mDarkAmount; field in KeyguardUserSwitcherController
301 newView.setDarkAmount(mDarkAmount); in refreshUserList()
364 if (darkAmount == mDarkAmount) { in setDarkAmount()
367 mDarkAmount = darkAmount; in setDarkAmount()