Searched refs:panelWidth (Results 1 – 2 of 2) sorted by relevance
77 int panelWidth = 0; in ScreenshotNotificationsController() local79 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()
684 int panelWidth = mResources.getDimensionPixelSize(R.dimen.notification_panel_width); in updateResources() local686 if (lp.width != panelWidth || lp.gravity != panelGravity) { in updateResources()687 lp.width = panelWidth; in updateResources()