Searched refs:mEmptyDragAmount (Results 1 – 3 of 3) sorted by relevance
112 private float mEmptyDragAmount; field in KeyguardClockPositionAlgorithm158 mEmptyDragAmount = emptyDragAmount; in setup()231 return (int) (MathUtils.lerp(clockY, clockYDark, darkAmount) + mEmptyDragAmount); in getClockY()
277 private float mEmptyDragAmount; field in NotificationPanelView827 mEmptyDragAmount, in positionClockAndNotifications()2774 mEmptyDragAmount = amount * 0.2f; in setEmptyDragAmount()
106 private var mEmptyDragAmount: Float = 0.0f in <lambda>() variable263 mEmptyDragAmount = amount in <lambda>()291 val anim = ValueAnimator.ofFloat(mEmptyDragAmount, 0f) in <lambda>()