Home
last modified time | relevance | path

Searched refs:panelWidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.java77 int panelWidth = 0; in ScreenshotNotificationsController() local
79 panelWidth = mResources.getDimensionPixelSize(R.dimen.notification_panel_width); in ScreenshotNotificationsController()
82 if (panelWidth <= 0) { in ScreenshotNotificationsController()
84 panelWidth = displayMetrics.widthPixels; in ScreenshotNotificationsController()
86 mPreviewWidth = panelWidth; in ScreenshotNotificationsController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java684 int panelWidth = mResources.getDimensionPixelSize(R.dimen.notification_panel_width); in updateResources() local
686 if (lp.width != panelWidth || lp.gravity != panelGravity) { in updateResources()
687 lp.width = panelWidth; in updateResources()