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

/frameworks/base/core/java/android/widget/
H A DTableRow.java183 int measureNullChild(int childIndex) { method in class:TableRow
H A DLinearLayout.java682 mTotalLength += measureNullChild(i);
801 mTotalLength += measureNullChild(i);
1026 mTotalLength += measureNullChild(i);
1179 mTotalLength += measureNullChild(i);
1416 int measureNullChild(int childIndex) { method in class:LinearLayout
1522 childTop += measureNullChild(i);
1633 childLeft += measureNullChild(childIndex);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java616 mTotalLength += measureNullChild(i);
736 mTotalLength += measureNullChild(i);
962 mTotalLength += measureNullChild(i);
1116 mTotalLength += measureNullChild(i);
1353 int measureNullChild(int childIndex) { method in class:LinearLayoutCompat
1459 childTop += measureNullChild(i);
1571 childLeft += measureNullChild(childIndex);

Completed in 100 milliseconds