Sprache

InputMethodService.InputMethodSessionImpl.UpdateSelection Methode

Definition

Rufen Sie InputMethodService#onUpdateSelection InputMethodService.onUpdateSelection()auf.

[Android.Runtime.Register("updateSelection", "(IIIIII)V", "GetUpdateSelection_IIIIIIHandler")]
public override void UpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd);
[<Android.Runtime.Register("updateSelection", "(IIIIII)V", "GetUpdateSelection_IIIIIIHandler")>]
override this.UpdateSelection : int * int * int * int * int * int -> unit

Parameter

oldSelStart
Int32
oldSelEnd
Int32
newSelStart
Int32
newSelEnd
Int32
candidatesStart
Int32
candidatesEnd
Int32
Attribute

Hinweise

Rufen Sie InputMethodService#onUpdateSelection InputMethodService.onUpdateSelection()auf.

Java Dokumentation für android.inputmethodservice.InputMethodService.InputMethodSessionImpl.updateSelection(int, int, int, int, int, int).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: