Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DSystemUIOverlayWindowController.java235 View notificationsPanelView = mBaseLayout.findViewById(R.id.notifications); in handleDisplayCutout() local
236 if (notificationsPanelView != null) { in handleDisplayCutout()
238 new ViewGroup.MarginLayoutParams(notificationsPanelView.getLayoutParams()); in handleDisplayCutout()
242 notificationsPanelView.setLayoutParams(newLayoutParams); in handleDisplayCutout()