Searched defs:childParams (Results 1 – 7 of 7) sorted by relevance
85 MarginLayoutParams childParams = (MarginLayoutParams) child.getLayoutParams(); in onMeasure() local157 MarginLayoutParams childParams = (MarginLayoutParams) child.getLayoutParams(); in onLayout() local
145 ViewGroup.LayoutParams childParams = firstView.getLayoutParams(); in testUpdateSeparatedItemSize() local
85 LayoutParams childParams = (LayoutParams) child.getLayoutParams(); in setStacked() local
65 ViewGroup.LayoutParams childParams = firstChild.getLayoutParams(); in updateSeparatedItemSize() local
546 final LayoutParams childParams = (LayoutParams) child.getLayoutParams(); in onMeasure() local906 private void applyHorizontalSizeRules(LayoutParams childParams, int myWidth, int[] rules) { in applyHorizontalSizeRules()963 private void applyVerticalSizeRules(LayoutParams childParams, int myHeight, int myBaseline) { in applyVerticalSizeRules()
1614 LayoutParams childParams = (LayoutParams) getChildAt(0).getLayoutParams(); in onLayout() local
330 LayoutParams childParams = new LayoutParams(v.getLayoutParams()); in applySize() local