Searched defs:mEmptyDragAmount (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java58 private float mEmptyDragAmount; field in class:KeyguardClockPositionAlgorithm
113 mEmptyDragAmount = emptyDragAmount;
153 progress *= Math.pow(1 + mEmptyDragAmount / mDensity / 300, 0.3f);
H A DNotificationPanelView.java168 private float mEmptyDragAmount; field in class:NotificationPanelView
461 mEmptyDragAmount,
2181 mEmptyDragAmount = amount * factor;

Completed in 45 milliseconds