Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DSystemUIOverlayWindowController.java245 View hvacPanelView = mBaseLayout.findViewById(R.id.hvac_panel); in handleDisplayCutout() local
246 if (hvacPanelView != null) { in handleDisplayCutout()
248 (LinearLayout.LayoutParams) hvacPanelView.getLayoutParams(); in handleDisplayCutout()
252 hvacPanelView.setLayoutParams(newLayoutParams); in handleDisplayCutout()