Home | History | Annotate | Download | only in widget

Lines Matching refs:deltaLeft

323                 final int deltaLeft = (mNumColumns - (last - startPos)) * (columnWidth + horizontalSpacing);
324 nextLeft += (isLayoutRtl ? -1 : +1) * deltaLeft;