Searched refs:attrLength (Results 1 – 1 of 1) sorted by relevance
62 private static int calculateLength(int attrLength, int requestedLength, int parentLength) { in calculateLength() argument63 if (attrLength == MATCH_PARENT) { in calculateLength()66 if (attrLength == WRAP_CONTENT) { in calculateLength()69 return attrLength; in calculateLength()