Searched refs:mayUseInputMethod (Results 1 – 12 of 12) sorted by relevance
68 final boolean hasImeFocus = WindowManager.LayoutParams.mayUseInputMethod( in onTraversal()87 mHasImeFocus = WindowManager.LayoutParams.mayUseInputMethod(windowAttribute.flags); in onPreWindowFocus()
3477 public static boolean mayUseInputMethod(int flags) { in mayUseInputMethod() method in WindowManager.LayoutParams
76 WindowManager.LayoutParams.mayUseInputMethod(imeLayeringTarget.mAttrs.flags) in canComputeImeParent()
2351 if (LayoutParams.mayUseInputMethod(candidate.mAttrs.flags)) {
1914 w -> WindowManager.LayoutParams.mayUseInputMethod(w.mAttrs.flags)) != null; in mayImeShowOnLaunchingActivity()
6838 win -> WindowManager.LayoutParams.mayUseInputMethod(win.mAttrs.flags)) in onWindowsVisible()
426 if (WindowManager.LayoutParams.mayUseInputMethod(state.getWindowFlags())) { in computeState()
2885 assertTrue(WindowManager.LayoutParams.mayUseInputMethod(appWin.mAttrs.flags)); in testMayImeShowOnLaunchingActivity_negativeWhenSoftInputModeHidden()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18778 HSPLandroid/view/WindowManager$LayoutParams;->mayUseInputMethod(I)Z
18842 HSPLandroid/view/WindowManager$LayoutParams;->mayUseInputMethod(I)Z
53971 method public static boolean mayUseInputMethod(int);