Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java52 private float mEmptyDragAmount; field in KeyguardClockPositionAlgorithm
96 mEmptyDragAmount = emptyDragAmount; in setup()
122 progress *= Math.pow(1 + mEmptyDragAmount / mDensity / 300, 0.3f); in getClockScale()
DNotificationPanelView.java135 private float mEmptyDragAmount; field in NotificationPanelView
379 mEmptyDragAmount); in positionClockAndNotifications() local
1890 mEmptyDragAmount = amount * factor; in setEmptyDragAmount()