Searched refs:deltaLeft (Results 1 – 2 of 2) sorted by relevance
479 final float deltaLeft = lp.leftMargin - targetLeft; in updateSelector() local481 if (deltaLeft == 0f && deltaWidth == 0f) in updateSelector()500 lp.leftMargin = Math.round(targetLeft + deltaLeft * fractionToEnd); in updateSelector()
347 … final int deltaLeft = (mNumColumns - (last - startPos)) * (columnWidth + horizontalSpacing); in makeRow() local348 nextLeft += (isLayoutRtl ? -1 : +1) * deltaLeft; in makeRow()