Searched refs:mOverStretchAmount (Results 1 – 2 of 2) sorted by relevance
116 private float mOverStretchAmount; field in KeyguardClockPositionAlgorithm185 mOverStretchAmount = overStretchAmount; in setup()221 return (int) (mUnlockedStackScrollerPadding + mOverStretchAmount); in getStackScrollerPadding()309 return (int) (MathUtils.lerp(clockY, clockYDark, darkAmount) + mOverStretchAmount); in getClockY()320 return (int) (userSwitchY + mOverStretchAmount); in getUserSwitcherY()
412 private float mOverStretchAmount; field in NotificationPanelViewController1617 darkAmount, mOverStretchAmount, in updateClockAppearance()3386 ipw.print("mOverStretchAmount="); ipw.println(mOverStretchAmount); in dump()4268 return mOverStretchAmount; in getOverStretchAmount()4646 mOverStretchAmount = overStretch * mMaxOverscrollAmountForPulse; in setOverStretchAmount()