Searched refs:mNotificationPanelMinHeightFrac (Results 1 – 1 of 1) sorted by relevance
307 float mNotificationPanelMinHeightFrac; field in PhoneStatusBar3062 (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;