Searched refs:HEADER_RUBBERBAND_FACTOR (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java82 private static final float HEADER_RUBBERBAND_FACTOR = 2.05f; field in class:NotificationPanelView
1495 * HEADER_RUBBERBAND_FACTOR);
1690 if (mExpandedHeight / HEADER_RUBBERBAND_FACTOR >= mQsMinExpansionHeight) {
1693 return mExpandedHeight / HEADER_RUBBERBAND_FACTOR - mQsMinExpansionHeight;
1697 float translation = stackTranslation / HEADER_RUBBERBAND_FACTOR;
2081 return mQsMinExpansionHeight * HEADER_RUBBERBAND_FACTOR;

Completed in 54 milliseconds