Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java307 float mNotificationPanelMinHeightFrac; field in PhoneStatusBar
3062 (int)(mNotificationPanelMinHeightFrac * mCurrentDisplaySize.y));
3308mNotificationPanelMinHeightFrac = res.getFraction(R.dimen.notification_panel_min_height_frac, 1, 1…
3309 if (mNotificationPanelMinHeightFrac < 0f || mNotificationPanelMinHeightFrac > 1f) {
3310 mNotificationPanelMinHeightFrac = 0f;