Searched refs:parentSize (Results 1 – 2 of 2) sorted by relevance
986 protected float resolveSize(int type, float value, int size, int parentSize) { in resolveSize() argument993 return parentSize * value; in resolveSize()
5871 public static int getChildMeasureSpec(int parentSize, int padding, int childDimension, in getChildMeasureSpec() argument5873 int size = Math.max(0, parentSize - padding); in getChildMeasureSpec()