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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java141 WindowManager.LayoutParams mNotificationPanelParams; field in class:TabletStatusBar
284 WindowManager.LayoutParams lp = mNotificationPanelParams = new WindowManager.LayoutParams(
386 mNotificationPanelParams.height = getNotificationPanelHeight();
387 mWindowManager.updateViewLayout(mNotificationPanel, mNotificationPanelParams);

Completed in 127 milliseconds