Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DDualDisplayAspectRatioLayout.kt69 val widthFolded = (sizeMultiplier * smallDisplayAR).toInt() in onMeasure() constant
70 val heightFolded = (widthFolded / smallDisplayAR).toInt() in onMeasure()
78 widthFolded, in onMeasure()
104 widthFolded + widthUnfolded + 2 * marginPixels, in onMeasure()