Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DSystemUIOverlayWindowController.java237 ViewGroup.MarginLayoutParams newLayoutParams = in handleDisplayCutout() local
239 newLayoutParams.width = appWindowWidth; in handleDisplayCutout()
240 newLayoutParams.leftMargin = leftMargin; in handleDisplayCutout()
241 newLayoutParams.rightMargin = rightMargin; in handleDisplayCutout()
242 notificationsPanelView.setLayoutParams(newLayoutParams); in handleDisplayCutout()
247 LinearLayout.LayoutParams newLayoutParams = in handleDisplayCutout() local
249 newLayoutParams.width = appWindowWidth; in handleDisplayCutout()
250 newLayoutParams.leftMargin = leftMargin; in handleDisplayCutout()
251 newLayoutParams.rightMargin = rightMargin; in handleDisplayCutout()
252 hvacPanelView.setLayoutParams(newLayoutParams); in handleDisplayCutout()