Home | History | Annotate | Download | only in view

Lines Matching defs:softInputMode

657          * Mask for {@link #softInputMode} of the bits that determine the
663 * Visibility state for {@link #softInputMode}: no state has been specified.
668 * Visibility state for {@link #softInputMode}: please don't change the state of
674 * Visibility state for {@link #softInputMode}: please hide any soft input
681 * Visibility state for {@link #softInputMode}: please always hide any
687 * Visibility state for {@link #softInputMode}: please show the soft
694 * Visibility state for {@link #softInputMode}: please always make the
700 * Mask for {@link #softInputMode} of the bits that determine the
706 /** Adjustment option for {@link #softInputMode}: nothing specified.
712 /** Adjustment option for {@link #softInputMode}: set to allow the
722 /** Adjustment option for {@link #softInputMode}: set to have a window
733 * Bit for {@link #softInputMode}: set when the user has navigated
776 public int softInputMode;
927 out.writeInt(softInputMode);
963 softInputMode = in.readInt();
1045 if (softInputMode != o.softInputMode) {
1046 softInputMode = o.softInputMode;
1131 if (softInputMode != 0) {
1133 sb.append(Integer.toHexString(softInputMode));