Searched refs:getNextLocationOffset (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java480 // (See getNextLocationOffset and getLocationOffset)
482 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
706 lp.bottomMargin + getNextLocationOffset(child));
788 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
871 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
1063 getNextLocationOffset(child);
1067 lp.rightMargin + getNextLocationOffset(child));
1161 getNextLocationOffset(child);
1165 lp.leftMargin + lp.rightMargin + getNextLocationOffset(child));
1243 getNextLocationOffset(chil
1427 int getNextLocationOffset(View child) { method in class:LinearLayout
[all...]
H A DTableRow.java275 int getNextLocationOffset(View child) { method in class:TableRow

Completed in 79 milliseconds