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

/frameworks/base/core/java/android/widget/
H A DTableRow.java182 int measureNullChild(int childIndex) { method in class:TableRow
H A DLinearLayout.java765 mTotalLength += measureNullChild(i);
887 mTotalLength += measureNullChild(i);
1107 mTotalLength += measureNullChild(i);
1265 mTotalLength += measureNullChild(i);
1494 int measureNullChild(int childIndex) { method in class:LinearLayout
1600 childTop += measureNullChild(i);
1721 childLeft += measureNullChild(childIndex);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java618 mTotalLength += measureNullChild(i);
738 mTotalLength += measureNullChild(i);
964 mTotalLength += measureNullChild(i);
1117 mTotalLength += measureNullChild(i);
1354 int measureNullChild(int childIndex) { method in class:LinearLayoutCompat
1460 childTop += measureNullChild(i);
1572 childLeft += measureNullChild(childIndex);

Completed in 63 milliseconds