Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java68 private static final float HEADER_RUBBERBAND_FACTOR = 2.05f; field in NotificationPanelView
1320 * HEADER_RUBBERBAND_FACTOR); in getMaxPanelHeight()
1504 if (mExpandedHeight / HEADER_RUBBERBAND_FACTOR >= mQsMinExpansionHeight) { in getHeaderTranslation()
1507 return mExpandedHeight / HEADER_RUBBERBAND_FACTOR - mQsMinExpansionHeight; in getHeaderTranslation()
1510 return Math.min(0, mNotificationStackScroller.getTranslationY()) / HEADER_RUBBERBAND_FACTOR; in getHeaderTranslation()
1812 return mQsMinExpansionHeight * HEADER_RUBBERBAND_FACTOR; in getPeekHeight()