InputMethodService.InputMethodSessionImpl.UpdateSelection Méthode

Définition

Appelez InputMethodService#onUpdateSelection InputMethodService.onUpdateSelection().

[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

Paramètres

oldSelStart
Int32
oldSelEnd
Int32
newSelStart
Int32
newSelEnd
Int32
candidatesStart
Int32
candidatesEnd
Int32
Attributs

Remarques

Appelez InputMethodService#onUpdateSelection InputMethodService.onUpdateSelection().

Java documentation pour android.inputmethodservice.InputMethodService.InputMethodSessionImpl.updateSelection(int, int, int, int, int, int).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à