Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/
H A DCarDisplayAreaOrganizer.java242 int backgroundDisplayWidthDp = in updateBackgroundDisplayBounds() local
249 wct.setScreenSizeDp(backgroundDisplayToken, backgroundDisplayWidthDp, in updateBackgroundDisplayBounds()
252 Math.min(backgroundDisplayWidthDp, backgroundDisplayHeightDp)); in updateBackgroundDisplayBounds()
H A DCarDisplayAreaController.java714 int backgroundDisplayWidthDp = in updateBounds() local
721 wct.setScreenSizeDp(backgroundDisplayToken, backgroundDisplayWidthDp, in updateBounds()
723 wct.setSmallestScreenWidthDp(backgroundDisplayToken, backgroundDisplayWidthDp); in updateBounds()
727 wct.setScreenSizeDp(imeRootDisplayToken, backgroundDisplayWidthDp, in updateBounds()
729 wct.setSmallestScreenWidthDp(imeRootDisplayToken, backgroundDisplayWidthDp); in updateBounds()