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

/frameworks/base/core/java/android/widget/
H A DTableRow.java227 lp.mOffset[LayoutParams.LOCATION_NEXT] = columnWidth - childWidth;
236 lp.mOffset[LayoutParams.LOCATION] = lp.mOffset[LayoutParams.LOCATION_NEXT];
239 lp.mOffset[LayoutParams.LOCATION] = lp.mOffset[LayoutParams.LOCATION_NEXT] / 2;
243 lp.mOffset[LayoutParams.LOCATION] = lp.mOffset[LayoutParams.LOCATION_NEXT] = 0;
276 return ((TableRow.LayoutParams) child.getLayoutParams()).mOffset[LayoutParams.LOCATION_NEXT];
416 private static final int LOCATION_NEXT = 1; field in class:TableRow.LayoutParams

Completed in 38 milliseconds