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

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

Completed in 22 milliseconds