Searched refs:parentWidthMeasureSpec (Results 1 – 1 of 1) sorted by relevance
53 protected void measureChild(View child, int parentWidthMeasureSpec, in measureChild() argument56 parentWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChild()57 MeasureSpec.getSize(parentWidthMeasureSpec), UNSPECIFIED); in measureChild()60 final int childWidthMeasureSpec = getChildMeasureSpecCompat(parentWidthMeasureSpec, in measureChild()69 protected void measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, in measureChildWithMargins() argument72 parentWidthMeasureSpec = MeasureSpec.makeMeasureSpec( in measureChildWithMargins()73 MeasureSpec.getSize(parentWidthMeasureSpec), UNSPECIFIED); in measureChildWithMargins()76 final int childWidthMeasureSpec = getChildMeasureSpecCompat(parentWidthMeasureSpec, in measureChildWithMargins()