Searched defs:LOCATION_NEXT (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/widget/
H A DTableRow.java226 lp.mOffset[LayoutParams.LOCATION_NEXT] = columnWidth - childWidth;
235 lp.mOffset[LayoutParams.LOCATION] = lp.mOffset[LayoutParams.LOCATION_NEXT];
238 lp.mOffset[LayoutParams.LOCATION] = lp.mOffset[LayoutParams.LOCATION_NEXT] / 2;
242 lp.mOffset[LayoutParams.LOCATION] = lp.mOffset[LayoutParams.LOCATION_NEXT] = 0;
275 return ((TableRow.LayoutParams) child.getLayoutParams()).mOffset[LayoutParams.LOCATION_NEXT];
410 private static final int LOCATION_NEXT = 1; field in class:TableRow.LayoutParams

Completed in 74 milliseconds