Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DDualDisplayAspectRatioLayout.kt72 val widthUnfolded = (sizeMultiplier * largeDisplayAR).toInt() in onMeasure() constant
73 val heightUnfolded = (widthUnfolded / largeDisplayAR).toInt() in onMeasure()
90 widthUnfolded, in onMeasure()
104 widthFolded + widthUnfolded + 2 * marginPixels, in onMeasure()