Searched refs:startLeft (Results 1 – 4 of 4) 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()
252 final int startLeft = from.getLeft() - fromInsets.left + targetInsets.left; in getBoundsAnimator() local263 return getBoundsAnimator(target, startLeft, startTop, startRight, startBottom, endLeft, in getBoundsAnimator()
245 float startLeft = left + ((right - left - requiredWidth) / 2) + dotRadius; in calculateDotPositions() local248 dotCenterX[i] = startLeft + i * (dotDiameter + gap); in calculateDotPositions()