Home | History | Annotate | Download | only in widget

Lines Matching refs:nextLeft

306         int nextLeft;
309 nextLeft = getWidth() - mListPadding.right - columnWidth -
312 nextLeft = mListPadding.left +
324 nextLeft += (isLayoutRtl ? -1 : +1) * deltaLeft;
341 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
343 nextLeft += (isLayoutRtl ? -1 : +1) * columnWidth;
345 nextLeft += horizontalSpacing;