Home
last modified time | relevance | path

Searched refs:attrLength (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowlessWindowLayout.java62 private static int calculateLength(int attrLength, int requestedLength, int parentLength) { in calculateLength() argument
63 if (attrLength == MATCH_PARENT) { in calculateLength()
66 if (attrLength == WRAP_CONTENT) { in calculateLength()
69 return attrLength; in calculateLength()