Searched refs:foldedView (Results 1 – 1 of 1) sorted by relevance
75 val foldedView = getChildAt(0) in onMeasure() constant76 foldedView.measure( in onMeasure()120 val foldedView = getChildAt(0) in onLayout() constant121 val foldedViewWidth = foldedView.measuredWidth in onLayout()122 val foldedViewHeight = foldedView.measuredHeight in onLayout()123 foldedView.layout(0 + marginPixels, 0, foldedViewWidth + marginPixels, foldedViewHeight) in onLayout()