Searched defs:softInputMode (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java229 int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute,
228 windowGainedFocus(IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute, IInputContext inputContext) argument
/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java617 * for {@link android.view.WindowManager.LayoutParams#softInputMode
618 * WindowManager.LayoutParams.softInputMode}. If 0 (unspecified),
621 public int softInputMode; field in class:ActivityInfo
657 softInputMode = orig.softInputMode;
697 || configChanges != 0 || softInputMode != 0) {
700 + " softInputMode=0x" + Integer.toHexString(softInputMode));
728 dest.writeInt(softInputMode);
755 softInputMode
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.java651 * {@link #softInputMode} field; the window will stay fullscreen
1180 * Mask for {@link #softInputMode} of the bits that determine the
1186 * Visibility state for {@link #softInputMode}: no state has been specified.
1191 * Visibility state for {@link #softInputMode}: please don't change the state of
1197 * Visibility state for {@link #softInputMode}: please hide any soft input
1204 * Visibility state for {@link #softInputMode}: please always hide any
1210 * Visibility state for {@link #softInputMode}: please show the soft
1217 * Visibility state for {@link #softInputMode}: please always make the
1223 * Mask for {@link #softInputMode} of the bits that determine the
1229 /** Adjustment option for {@link #softInputMode}
1292 public int softInputMode; field in class:WindowManager.LayoutParams
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1134 boolean startInputInner(IBinder windowGainingFocus, int controlFlags, int softInputMode, argument
1231 controlFlags, softInputMode, windowFlags,
1401 public void onWindowFocus(View rootView, View focusedView, int softInputMode, argument
1406 + " softInputMode=" + softInputMode
1434 controlFlags, softInputMode, windowFlags)) {
1445 controlFlags, softInputMode, windowFlags, null, null);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java1978 int controlFlags, int softInputMode, int windowFlags,
1989 + " softInputMode=#" + Integer.toHexString(softInputMode)
2039 (softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST)
2052 switch (softInputMode&WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE) {
2062 } else if (isTextEditor && doAutoShow && (softInputMode &
2084 if ((softInputMode &
2095 if ((softInputMode &
1977 windowGainedFocus(IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute, IInputContext inputContext) argument

Completed in 233 milliseconds