/**
  * Gets the index of text selection end or the index of the last visible item when scrolling.
  *
  * @return The index of selection end or last item index.
  */
 public int getToIndex() {
   return IMPL.getToIndex(mRecord);
 }