Searched refs:startLeft (Results 1 – 3 of 3) sorted by relevance
334 Integer startLeft = mItemIdLeftMap.get(itemId); in animateGridView()340 if (startLeft != null) { in animateGridView()341 if (startLeft != left) { in animateGridView()342 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()
243 float startLeft = left + ((right - left - requiredWidth) / 2) + dotRadius; in calculateDotPositions() local246 dotCenterX[i] = startLeft + i * (dotDiameter + gap); in calculateDotPositions()