/**
  * Sets the index of text selection end or the index of the last visible item when scrolling.
  *
  * @param toIndex The index of selection end or last item index.
  */
 public void setToIndex(int toIndex) {
   IMPL.setToIndex(mRecord, toIndex);
 }