Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DDualDisplayAspectRatioLayout.kt121 val foldedViewWidth = foldedView.measuredWidth in onLayout() constant
123 foldedView.layout(0 + marginPixels, 0, foldedViewWidth + marginPixels, foldedViewHeight) in onLayout()
130 foldedViewWidth + 2 * marginPixels, in onLayout()
132 unfoldedViewWidth + foldedViewWidth + 2 * marginPixels, in onLayout()