Home
last modified time | relevance | path

Searched refs:SHOW_FORCED (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityStateComputer.java23 import static android.server.inputmethod.InputMethodManagerServiceProto.SHOW_FORCED;
241 if ((showFlags & InputMethodManager.SHOW_FORCED) != 0) { in onImeShowFlags()
281 flags |= InputMethod.SHOW_FORCED | InputMethod.SHOW_EXPLICIT; in getShowFlagsForInputMethodServiceOnly()
296 flags |= InputMethodManager.SHOW_FORCED; in getShowFlags()
585 proto.write(SHOW_FORCED, mShowForced); in dumpDebug()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java279 SHOW_FORCED,
297 public static final int SHOW_FORCED = 0x00002; field
H A DInputMethodManager.java2043 SHOW_FORCED,
2067 public static final int SHOW_FORCED = 0x0002; field in InputMethodManager
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DImeVisibilityStateComputerTest.java142 mComputer.onImeShowFlags(null, InputMethodManager.SHOW_FORCED); in testRequestImeVisibility_showForced_thenShowExplicit()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java560 mActivity.showImeWithInputMethodManager(InputMethodManager.SHOW_FORCED)).isTrue(), in testShowSoftInputForced_testShowSoftInputExplicitly_thenHideSoftInputNotAlways()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55702 field public static final int SHOW_FORCED = 2; // 0x2
55791 field @Deprecated public static final int SHOW_FORCED = 2; // 0x2