Searched refs:startLeft (Results 1 – 3 of 3) sorted by relevance
294 Integer startLeft = itemIdLeftMap.get(itemId); in animateGridView()300 if (startLeft != null) { in animateGridView()301 if (startLeft != left) { in animateGridView()302 deltaX = startLeft - left; in animateGridView()
246 val startLeft = from.left - fromInsets.left + targetInsets.left in <lambda>() constant257 return getBoundsAnimator(target, startLeft, startTop, startRight, startBottom, endLeft, in <lambda>()
245 float startLeft = left + ((right - left - requiredWidth) / 2) + dotRadius; in calculateDotPositions() local248 dotCenterX[i] = startLeft + i * (dotDiameter + gap); in calculateDotPositions()