to top
Android APIs
public class

InputMethodService.InputMethodSessionImpl

extends AbstractInputMethodService.AbstractInputMethodSessionImpl
java.lang.Object
   ↳ android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl
     ↳ android.inputmethodservice.InputMethodService.InputMethodSessionImpl

Class Overview

Concrete implementation of AbstractInputMethodService.AbstractInputMethodSessionImpl that provides all of the standard behavior for an input method session.

Summary

Public Constructors

? Examples
InputMethodService.InputMethodSessionImpl()
Public Methods

? Examples
void appPrivateCommand( String action, Bundle data)

? Examples
void displayCompletions( CompletionInfo[] completions)

? Examples
void finishInput()

? Examples
void toggleSoftInput(int showFlags, int hideFlags)

? Examples
void updateCursor( Rect newCursor)

? Examples
void updateExtractedText(int token, ExtractedText text)

? Examples
void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd)

? Examples
void viewClicked(boolean focusChanged)
[Expand]
Inherited Methods
From class android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl
From class java.lang.Object
From interface android.view.inputmethod.InputMethodSession

Public Constructors

public InputMethodService.InputMethodSessionImpl ()

Added in API level 3

Public Methods

public void appPrivateCommand (String action, Bundle data)

Added in API level 3

public void displayCompletions (CompletionInfo[] completions)

Added in API level 3

public void finishInput ()

Added in API level 3

public void toggleSoftInput (int showFlags, int hideFlags)

Added in API level 3

public void updateCursor (Rect newCursor)

Added in API level 3

public void updateExtractedText (int token, ExtractedText text)

Added in API level 3

public void updateSelection (int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd)

Added in API level 3

public void viewClicked (boolean focusChanged)

Added in API level 14

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.