Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DDualDisplayAspectRatioLayout.kt87 val unfoldedView = getChildAt(1) in onMeasure() constant
88 unfoldedView.measure( in onMeasure()
126 val unfoldedView = getChildAt(1) in onLayout() constant
127 val unfoldedViewWidth = unfoldedView.measuredWidth in onLayout()
128 val unfoldedViewHeight = unfoldedView.measuredHeight in onLayout()
129 unfoldedView.layout( in onLayout()