Searched refs:childDimension (Results 1 – 1 of 1) sorted by relevance
5030 public static int getChildMeasureSpec(int spec, int padding, int childDimension) { in getChildMeasureSpec() argument5042 if (childDimension >= 0) { in getChildMeasureSpec()5043 resultSize = childDimension; in getChildMeasureSpec()5045 } else if (childDimension == LayoutParams.MATCH_PARENT) { in getChildMeasureSpec()5049 } else if (childDimension == LayoutParams.WRAP_CONTENT) { in getChildMeasureSpec()5059 if (childDimension >= 0) { in getChildMeasureSpec()5061 resultSize = childDimension; in getChildMeasureSpec()5063 } else if (childDimension == LayoutParams.MATCH_PARENT) { in getChildMeasureSpec()5068 } else if (childDimension == LayoutParams.WRAP_CONTENT) { in getChildMeasureSpec()5078 if (childDimension >= 0) { in getChildMeasureSpec()[all …]