Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DDualDisplayAspectRatioLayout.kt75 val foldedView = getChildAt(0) in onMeasure() constant
76 foldedView.measure( in onMeasure()
120 val foldedView = getChildAt(0) in onLayout() constant
121 val foldedViewWidth = foldedView.measuredWidth in onLayout()
122 val foldedViewHeight = foldedView.measuredHeight in onLayout()
123 foldedView.layout(0 + marginPixels, 0, foldedViewWidth + marginPixels, foldedViewHeight) in onLayout()