Searched defs:mEmptyDragAmount (Results 1 - 2 of 2) sorted by relevance

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

Completed in 563 milliseconds