Searched defs:measureNullChild (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTableRow.java183 int measureNullChild(int childIndex) { method in class:TableRow
H A DLinearLayout.java656 mTotalLength += measureNullChild(i);
774 mTotalLength += measureNullChild(i);
997 mTotalLength += measureNullChild(i);
1148 mTotalLength += measureNullChild(i);
1384 int measureNullChild(int childIndex) { method in class:LinearLayout
1486 childTop += measureNullChild(i);
1593 childLeft += measureNullChild(childIndex);

Completed in 63 milliseconds