Searched refs:mOverStretchAmount (Results 1 – 2 of 2) sorted by relevance
126 private float mOverStretchAmount; field in KeyguardClockPositionAlgorithm202 mOverStretchAmount = overStretchAmount; in setup()238 return (int) (mUnlockedStackScrollerPadding + mOverStretchAmount); in getStackScrollerPadding()335 + " mOverStretchAmount: " + mOverStretchAmount in getClockY()342 return (int) (MathUtils.lerp(clockY, clockYDark, darkAmount) + mOverStretchAmount); in getClockY()353 return (int) (userSwitchY + mOverStretchAmount); in getUserSwitcherY()
415 private float mOverStretchAmount; field in NotificationPanelViewController1692 darkAmount, mOverStretchAmount, in updateClockAppearance()3513 ipw.print("mOverStretchAmount="); ipw.println(mOverStretchAmount);4302 return mOverStretchAmount;4690 mOverStretchAmount = overStretch * mMaxOverscrollAmountForPulse;