Searched refs:childDimension (Results 1 – 1 of 1) sorted by relevance
105 private static int getMaxSizeMeasureSpec(int maxSize, int padding, int childDimension) { in getMaxSizeMeasureSpec() argument109 if (childDimension >= 0) { in getMaxSizeMeasureSpec()111 return MeasureSpec.makeMeasureSpec(childDimension, MeasureSpec.EXACTLY); in getMaxSizeMeasureSpec()112 } else if (childDimension == LayoutParams.MATCH_PARENT) { in getMaxSizeMeasureSpec()115 } else if (childDimension == LayoutParams.WRAP_CONTENT) { in getMaxSizeMeasureSpec()