Home | History | Annotate | Download | only in pm

Lines Matching refs:softInputMode

500      * for {@link android.view.WindowManager.LayoutParams#softInputMode
501 * WindowManager.LayoutParams.softInputMode}. If 0 (unspecified),
504 public int softInputMode;
540 softInputMode = orig.softInputMode;
569 || configChanges != 0 || softInputMode != 0) {
572 + " softInputMode=0x" + Integer.toHexString(softInputMode));
600 dest.writeInt(softInputMode);
625 softInputMode = source.readInt();