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

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java466 // (See getNextLocationOffset and getLocationOffset)
468 // sum([getNextLocationOffset(getChildAt(i)) / i < mBaselineAlignedChildIndex])
692 lp.bottomMargin + getNextLocationOffset(child));
774 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
857 lp.topMargin + lp.bottomMargin + getNextLocationOffset(child));
1049 getNextLocationOffset(child);
1053 lp.rightMargin + getNextLocationOffset(child));
1147 getNextLocationOffset(child);
1151 lp.leftMargin + lp.rightMargin + getNextLocationOffset(child));
1229 getNextLocationOffset(chil
1413 int getNextLocationOffset(View child) { method in class:LinearLayout
[all...]
H A DTableRow.java275 int getNextLocationOffset(View child) { method in class:TableRow

Completed in 58 milliseconds