Searched refs:BACK_DISPOSITION_DEFAULT (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/ |
D | NavigationBarTest.java | 21 import static android.inputmethodservice.InputMethodService.BACK_DISPOSITION_DEFAULT; 238 BACK_DISPOSITION_DEFAULT, true, false); in testSetImeWindowStatusWhenImeSwitchOnDisplay() 249 IME_VISIBLE, BACK_DISPOSITION_DEFAULT, true, false); in testSetImeWindowStatusWhenImeSwitchOnDisplay()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CommandQueue.java | 21 import static android.inputmethodservice.InputMethodService.BACK_DISPOSITION_DEFAULT; 991 null /* token */, IME_INVISIBLE, BACK_DISPOSITION_DEFAULT, in sendImeInvisibleStatusForPrevNavBar()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 323 public static final int BACK_DISPOSITION_DEFAULT = 0; field in InputMethodService 385 @IntDef(value = {BACK_DISPOSITION_DEFAULT, BACK_DISPOSITION_WILL_NOT_DISMISS, 410 private static final int BACK_DISPOSITION_MIN = BACK_DISPOSITION_DEFAULT;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBar.java | 894 case InputMethodService.BACK_DISPOSITION_DEFAULT: in setImeWindowStatus()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 650 int mBackDisposition = InputMethodService.BACK_DISPOSITION_DEFAULT; 2595 mBackDisposition = InputMethodService.BACK_DISPOSITION_DEFAULT; in unbindCurrentMethodLocked() 2828 case InputMethodService.BACK_DISPOSITION_DEFAULT: in setImeWindowStatus()
|
/frameworks/base/core/api/ |
D | current.txt | 19329 field public static final int BACK_DISPOSITION_DEFAULT = 0; // 0x0
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13510 field public static final int BACK_DISPOSITION_DEFAULT = 0; // 0x0
|