Searched refs:panelWidth (Results 1 – 2 of 2) sorted by relevance
435 int panelWidth = 0; in GlobalScreenshot() local437 panelWidth = r.getDimensionPixelSize(R.dimen.notification_panel_width); in GlobalScreenshot()440 if (panelWidth <= 0) { in GlobalScreenshot()442 panelWidth = mDisplayMetrics.widthPixels; in GlobalScreenshot()444 mPreviewWidth = panelWidth; in GlobalScreenshot()
257 int panelWidth = getResources().getDimensionPixelSize(R.dimen.notification_panel_width); in updateResources() local260 if (lp.width != panelWidth) { in updateResources()261 lp.width = panelWidth; in updateResources()268 if (lp.width != panelWidth) { in updateResources()269 lp.width = panelWidth; in updateResources()275 if (lp.width != panelWidth) { in updateResources()276 lp.width = panelWidth; in updateResources()