Searched refs:firstIndex (Results 1 – 5 of 5) sorted by relevance
455 final int firstIndex = buildInto.size(); in buildDiff() local493 builder.withValueBackReference(Data.RAW_CONTACT_ID, firstIndex); in buildDiff()506 final boolean addedOperations = buildInto.size() > firstIndex; in buildDiff()510 buildInto.add(firstIndex, builder.build()); in buildDiff()520 builder.withSelectionBackReference(0, firstIndex); in buildDiff()530 final int firstIndex = buildInto.size(); in buildDiffWrapper() local566 bw.getBuilder().withValueBackReference(Data.RAW_CONTACT_ID, firstIndex); in buildDiffWrapper()579 final boolean addedOperations = buildInto.size() > firstIndex; in buildDiffWrapper()584 buildInto.add(firstIndex, new CPOWrapper(builder.build(), CompatUtils.TYPE_UPDATE)); in buildDiffWrapper()594 builder.withSelectionBackReference(0, firstIndex); in buildDiffWrapper()
180 int firstIndex = Math.min(fromIndex, toIndex); in animate()182 if (secondIndex == firstIndex) { in animate()185 ImageView first = (ImageView) getChildAt(firstIndex); in animate()
867 int firstIndex = -1; in getOpacity() local870 firstIndex = i; in getOpacity()876 if (firstIndex >= 0) { in getOpacity()877 op = array[firstIndex].mDrawable.getOpacity(); in getOpacity()883 for (int i = firstIndex + 1; i < N_CHILDREN; i++) { in getOpacity()
104 int firstIndex = Math.max(firstDay - startDay, 0); in processRequest() local107 for(int i = firstIndex; i <= lastIndex; i++) { in processRequest()
920 int firstIndex = firstExpandableIndex();921 View child = getChildAt(firstIndex);925 View nextChild = getChildAt(firstIndex + mItemsOnOffAxis);942 int childIndex = firstIndex + i;2581 int firstIndex = firstExpandableIndex();2582 View firstView = getChildAt(firstIndex);2600 for (int idx = firstIndex; idx < lastIndex; idx += mItemsOnOffAxis) {