Språk

InputMethodResults Enum

Definition

Enumerates values returned by several methods of InputMethodResults.

public enum InputMethodResults
type InputMethodResults = 
Inheritance
InputMethodResults

Fields

Name Value Description
UnchangedShown 0

Flag for the ResultReceiver result code from showSoftInput(View,int,ResultReceiver) and hideSoftInputFromWindow(IBinder,int,ResultReceiver): the state of the soft input window was unchanged and remains shown.

Android reference for android.view.inputmethod.InputMethodManager.RESULT_UNCHANGED_SHOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UnchangedHidden 1

Flag for the ResultReceiver result code from showSoftInput(View,int,ResultReceiver) and hideSoftInputFromWindow(IBinder,int,ResultReceiver): the state of the soft input window was unchanged and remains hidden.

Android reference for android.view.inputmethod.InputMethodManager.RESULT_UNCHANGED_HIDDEN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Shown 2

Flag for the ResultReceiver result code from showSoftInput(View,int,ResultReceiver) and hideSoftInputFromWindow(IBinder,int,ResultReceiver): the state of the soft input window changed from hidden to shown.

Android reference for android.view.inputmethod.InputMethodManager.RESULT_SHOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Hidden 3

Flag for the ResultReceiver result code from showSoftInput(View,int,ResultReceiver) and hideSoftInputFromWindow(IBinder,int,ResultReceiver): the state of the soft input window changed from shown to hidden.

Android reference for android.view.inputmethod.InputMethodManager.RESULT_HIDDEN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to