HomeSort by relevance Sort by last modified time
    Searched refs:panelWidth (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 435 int panelWidth = 0;
437 panelWidth = r.getDimensionPixelSize(R.dimen.notification_panel_width);
440 if (panelWidth <= 0) {
442 panelWidth = mDisplayMetrics.widthPixels;
444 mPreviewWidth = panelWidth;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 243 int panelWidth = getResources().getDimensionPixelSize(R.dimen.notification_panel_width);
246 if (lp.width != panelWidth) {
247 lp.width = panelWidth;
254 if (lp.width != panelWidth) {
255 lp.width = panelWidth;
261 if (lp.width != panelWidth) {
262 lp.width = panelWidth;
    [all...]

Completed in 34 milliseconds