Searched refs:toIndex (Results 1 – 14 of 14) sorted by relevance
111 protected void removeRange(int fromIndex, int toIndex) { in removeRange() argument112 super.removeRange(fromIndex, toIndex); in removeRange()113 notifyRemove(fromIndex, toIndex - fromIndex); in removeRange()
159 private boolean selectTransition(int toIndex) { in selectTransition() argument163 if (toIndex == mTransitionToIndex) { in selectTransition()166 } else if (toIndex == mTransitionFromIndex && currentTransition.canReverse()) { in selectTransition()170 mTransitionFromIndex = toIndex; in selectTransition()190 final int toId = state.getKeyframeIdAt(toIndex); in selectTransition()230 mTransitionToIndex = toIndex; in selectTransition()
57 public void setToIndex(Object record, int toIndex); in setToIndex() argument263 public void setToIndex(Object record, int toIndex) { in setToIndex() argument471 public void setToIndex(Object record, int toIndex) { in setToIndex() argument472 AccessibilityRecordCompatIcs.setToIndex(record, toIndex); in setToIndex()799 public void setToIndex(int toIndex) { in setToIndex() argument800 IMPL.setToIndex(mRecord, toIndex); in setToIndex()
232 void transformViewForTransition(int fromIndex, int toIndex, final View view, boolean animate) { in transformViewForTransition() argument241 if (fromIndex == -1 && toIndex == getNumActiveViews() -1) { in transformViewForTransition()242 transformViewAtIndex(toIndex, view, false); in transformViewForTransition()245 } else if (fromIndex == 0 && toIndex == 1) { in transformViewForTransition()267 } else if (fromIndex == 1 && toIndex == 0) { in transformViewForTransition()287 } else if (toIndex == 0) { in transformViewForTransition()291 } else if ((fromIndex == 0 || fromIndex == 1) && toIndex > 1) { in transformViewForTransition()301 } else if (toIndex == -1) { in transformViewForTransition()314 if (toIndex != -1) { in transformViewForTransition()315 transformViewAtIndex(toIndex, view, animate); in transformViewForTransition()
267 void transformViewForTransition(int fromIndex, int toIndex, View view, boolean animate) { in transformViewForTransition() argument271 } else if (toIndex == -1) { in transformViewForTransition()
190 public static void setToIndex(Object record, int toIndex) { in setToIndex() argument191 ((AccessibilityRecord) record).setToIndex(toIndex); in setToIndex()
403 public void setToIndex(int toIndex) { in setToIndex() argument405 mToIndex = toIndex; in setToIndex()
548 final int toIndex = Math.min(lastShownPage + halfPreloadCount + excessFromStart, in startPreload() local551 for (int i = fromIndex; i <= toIndex; i++) { in startPreload()
1617 final int toIndex; in computeSelectedPages() local1626 toIndex = Integer.parseInt(fromString) - 1; in computeSelectedPages()1628 toIndex = fromIndex; in computeSelectedPages()1631 fromIndex = toIndex = Integer.parseInt(range) - 1; in computeSelectedPages()1634 PageRange pageRange = new PageRange(Math.min(fromIndex, toIndex), in computeSelectedPages()1635 Math.max(fromIndex, toIndex)); in computeSelectedPages()
1688 View findOneVisibleChild(int fromIndex, int toIndex, boolean completelyVisible, in findOneVisibleChild() argument1693 final int next = toIndex > fromIndex ? 1 : -1; in findOneVisibleChild()1695 for (int i = fromIndex; i != toIndex; i+=next) { in findOneVisibleChild()
2344 int findOneVisibleChild(int fromIndex, int toIndex, boolean completelyVisible) {2347 final int next = toIndex > fromIndex ? 1 : -1;2348 for (int i = fromIndex; i != toIndex; i += next) {
6537 public void moveView(int fromIndex, int toIndex) { in moveView() argument6544 attachView(view, toIndex); in moveView()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
9101 int fromIndex, int toIndex) {9110 event.setToIndex(toIndex);