Home | History | Annotate | Download | only in launcher2

Lines Matching refs:startIndex

655         final int startIndex = isRtl ? childCount - 1 : 0;
658 int childLeft = getRelativeChildOffset(startIndex);
659 for (int i = startIndex; i != endIndex; i += delta) {
746 final int startIndex = isRtl ? getChildCount() - 1 : 0;
749 int offset = getRelativeChildOffset(startIndex);
750 for (int i = startIndex; i != endIndex; i += delta) {
1453 final int startIndex = isRtl ? childCount - 1 : 0;
1456 for (int i = startIndex; i != endIndex; i += delta) {