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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java152 WindowManager.LayoutParams mNotificationPanelParams; field in class:TabletStatusBar
243 WindowManager.LayoutParams lp = mNotificationPanelParams = new WindowManager.LayoutParams(
397 mNotificationPanelParams.height = getNotificationPanelHeight();
399 mNotificationPanelParams);

Completed in 23 milliseconds