Searched refs:panelWidth (Results 1 – 2 of 2) sorted by relevance
678 int panelWidth = 0; in GlobalScreenshot() local680 panelWidth = r.getDimensionPixelSize(R.dimen.notification_panel_width); in GlobalScreenshot()683 if (panelWidth <= 0) { in GlobalScreenshot()685 panelWidth = mDisplayMetrics.widthPixels; in GlobalScreenshot()687 mPreviewWidth = panelWidth; in GlobalScreenshot()
610 int panelWidth = res.getDimensionPixelSize(R.dimen.notification_panel_width); in updateResources() local612 if (lp.width != panelWidth || lp.gravity != panelGravity) { in updateResources()613 lp.width = panelWidth; in updateResources()