Home
last modified time | relevance | path

Searched refs:panelWidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java1026 int panelWidth = mResources.getDimensionPixelSize(R.dimen.notification_panel_width); in updateResources() local
1040 panelWidth = 0; in updateResources()
1051 constraintSet.getConstraint(R.id.notification_stack_scroller).layout.mWidth = panelWidth; in updateResources()