Home
last modified time | relevance | path

Searched refs:IME_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DDefaultImeVisibilityApplierTest.java19 import static android.inputmethodservice.InputMethodService.IME_ACTIVE;
137 mInputMethodManagerService.mImeWindowVis = IME_ACTIVE; in testApplyImeVisibility_hideImeExplicit()
147 mInputMethodManagerService.mImeWindowVis = IME_ACTIVE; in testApplyImeVisibility_hideNotAlways()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java517 public static final int IME_ACTIVE = 0x1; field in InputMethodService
1973 setImeWindowStatus(IME_ACTIVE | (showing ? IME_VISIBLE : 0), mBackDisposition); in resetStateForNewConfiguration()
3113 (mDecorViewVisible ? IME_ACTIVE : 0) | (isInputViewShown()
4440 return IME_ACTIVE
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2713 InputMethodService.IME_ACTIVE | InputMethodService.IME_VISIBLE, in getInputMethodNavButtonFlagsLocked()
2736 if ((visibility & InputMethodService.IME_ACTIVE) == 0 in shouldShowImeSwitcherLocked()
2878 + " active: " + (vis & InputMethodService.IME_ACTIVE) in updateSystemUiLocked()
3660 && (isInputShownLocked() || (mImeWindowVis & InputMethodService.IME_ACTIVE) != 0); in hideCurrentInputLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22545 Landroid/inputmethodservice/InputMethodService;->IME_ACTIVE:I