Class TextEditingDelta


  • public final class TextEditingDelta
    extends Object
    • Constructor Detail

      • TextEditingDelta

        public TextEditingDelta​(@NonNull
                                CharSequence oldEditable,
                                int replacementDestinationStart,
                                int replacementDestinationEnd,
                                @NonNull
                                CharSequence replacementSource,
                                int selectionStart,
                                int selectionEnd,
                                int composingStart,
                                int composingEnd)
      • TextEditingDelta

        public TextEditingDelta​(@NonNull
                                CharSequence oldText,
                                int selectionStart,
                                int selectionEnd,
                                int composingStart,
                                int composingEnd)
    • Method Detail

      • getDeltaText

        @NonNull
        public CharSequence getDeltaText()
      • getDeltaStart

        public int getDeltaStart()
      • getDeltaEnd

        public int getDeltaEnd()
      • getNewSelectionStart

        public int getNewSelectionStart()
      • getNewSelectionEnd

        public int getNewSelectionEnd()
      • getNewComposingStart

        public int getNewComposingStart()
      • getNewComposingEnd

        public int getNewComposingEnd()