Home | History | Annotate | Download | only in view

Lines Matching refs:softInputMode

621          * {@link #softInputMode} field; the window will stay fullscreen
1051 * Mask for {@link #softInputMode} of the bits that determine the
1057 * Visibility state for {@link #softInputMode}: no state has been specified.
1062 * Visibility state for {@link #softInputMode}: please don't change the state of
1068 * Visibility state for {@link #softInputMode}: please hide any soft input
1075 * Visibility state for {@link #softInputMode}: please always hide any
1081 * Visibility state for {@link #softInputMode}: please show the soft
1088 * Visibility state for {@link #softInputMode}: please always make the
1094 * Mask for {@link #softInputMode} of the bits that determine the
1100 /** Adjustment option for {@link #softInputMode}: nothing specified.
1106 /** Adjustment option for {@link #softInputMode}: set to allow the
1114 * value for {@link #softInputMode} will be ignored; the window will
1119 /** Adjustment option for {@link #softInputMode}: set to have a window
1129 /** Adjustment option for {@link #softInputMode}: set to have a window
1136 * Bit for {@link #softInputMode}: set when the user has navigated
1163 public int softInputMode;
1460 out.writeInt(softInputMode);
1502 softInputMode = in.readInt();
1603 if (softInputMode != o.softInputMode) {
1604 softInputMode = o.softInputMode;
1720 if (softInputMode != 0) {
1722 sb.append(Integer.toHexString(softInputMode));