Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DDualDisplayAspectRatioLayout.kt99 val marginPixels = in onMeasure() constant
104 widthFolded + widthUnfolded + 2 * marginPixels, in onMeasure()
116 val marginPixels = 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()