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/
DGlobalScreenshot.java435 int panelWidth = 0; in GlobalScreenshot() local
437 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java257 int panelWidth = getResources().getDimensionPixelSize(R.dimen.notification_panel_width); in updateResources() local
260 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()