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

/frameworks/base/core/java/android/widget/
H A DTableRow.java274 int getNextLocationOffset(View child) { method in class:TableRow
H A DLinearLayout.java522 // (See getNextLocationOffset and getLocationOffset)
524 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
759 lp.bottomMargin + getNextLocationOffset(child));
841 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
925 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
1123 getNextLocationOffset(child);
1127 lp.rightMargin + getNextLocationOffset(child));
1221 getNextLocationOffset(child);
1225 lp.leftMargin + lp.rightMargin + getNextLocationOffset(child));
1304 getNextLocationOffset(chil
1488 int getNextLocationOffset(View child) { method in class:LinearLayout
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java443 // (See getNextLocationOffset and getLocationOffset)
445 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
667 lp.bottomMargin + getNextLocationOffset(child));
750 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
835 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
1030 getNextLocationOffset(child);
1034 lp.rightMargin + getNextLocationOffset(child));
1129 getNextLocationOffset(child);
1133 lp.leftMargin + lp.rightMargin + getNextLocationOffset(child));
1212 getNextLocationOffset(chil
1396 int getNextLocationOffset(View child) { method in class:LinearLayoutCompat
[all...]

Completed in 27 milliseconds