HomeSort by relevance Sort by last modified time
    Searched defs:softInputMode (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 337 * for {@link android.view.WindowManager.LayoutParams#softInputMode
338 * WindowManager.LayoutParams.softInputMode}. If 0 (unspecified),
341 public int softInputMode;
356 softInputMode = orig.softInputMode;
383 || configChanges != 0 || softInputMode != 0) {
386 + " softInputMode=0x" + Integer.toHexString(softInputMode));
411 dest.writeInt(softInputMode);
434 softInputMode = source.readInt()
    [all...]
  /frameworks/base/core/java/android/view/
WindowManager.java 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 sof
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/10/
android.jar 

Completed in 1193 milliseconds