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

/frameworks/base/core/java/android/widget/
H A DTableRow.java275 int getNextLocationOffset(View child) { method in class:TableRow
H A DLinearLayout.java505 // (See getNextLocationOffset and getLocationOffset)
507 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
733 lp.bottomMargin + getNextLocationOffset(child));
815 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
899 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
1094 getNextLocationOffset(child);
1098 lp.rightMargin + getNextLocationOffset(child));
1192 getNextLocationOffset(child);
1196 lp.leftMargin + lp.rightMargin + getNextLocationOffset(child));
1275 getNextLocationOffset(chil
1459 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 2064 milliseconds