Searched refs:panelWidth (Results 1 – 2 of 2) sorted by relevance
549 int panelWidth = 0; in GlobalScreenshot() local551 panelWidth = r.getDimensionPixelSize(R.dimen.notification_panel_width); in GlobalScreenshot()554 if (panelWidth <= 0) { in GlobalScreenshot()556 panelWidth = mDisplayMetrics.widthPixels; in GlobalScreenshot()558 mPreviewWidth = panelWidth; in GlobalScreenshot()
485 int panelWidth = res.getDimensionPixelSize(R.dimen.notification_panel_width); in updateResources() local487 if (lp.width != panelWidth || lp.gravity != panelGravity) { in updateResources()488 lp.width = panelWidth; in updateResources()