Searched refs:childDimension (Results 1 – 1 of 1) sorted by relevance
43 private static int getChildMeasureSpecCompat(int spec, int padding, int childDimension) { in getChildMeasureSpecCompat() argument45 && (childDimension == MATCH_PARENT || childDimension == WRAP_CONTENT)) { in getChildMeasureSpecCompat()49 return ViewGroup.getChildMeasureSpec(spec, padding, childDimension); in getChildMeasureSpecCompat()