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

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java201 // (See getNextLocationOffset and getLocationOffset)
203 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
397 lp.bottomMargin + getNextLocationOffset(child));
473 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
551 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
712 getNextLocationOffset(child);
716 lp.rightMargin + getNextLocationOffset(child));
804 getNextLocationOffset(child);
808 lp.leftMargin + lp.rightMargin + getNextLocationOffset(child));
881 getNextLocationOffset(chil
1040 int getNextLocationOffset(View child) { method in class:LinearLayout
[all...]
H A DTableRow.java271 int getNextLocationOffset(View child) { method in class:TableRow

Completed in 126 milliseconds