Searched refs:privateImeOptions (Results 1 – 11 of 11) sorted by relevance
109 final String privateImeOptions = getStringIntentExtra(EXTRA_KEY_PRIVATE_IME_OPTIONS); in onCreate() local110 if (privateImeOptions != null) { in onCreate()111 mEditor.setPrivateImeOptions(privateImeOptions); in onCreate()
158 return TextUtils.equals(marker, editorInfo.privateImeOptions); in editorMatcher()186 return (TextUtils.equals(marker, editorInfo.privateImeOptions) && !restarting );
234 sb.append(" privateImeOptions=").append(info.privateImeOptions); in dumpBundle()
69 info.privateImeOptions = "privateIme"; in testEditorInfo()95 assertEquals(info.privateImeOptions, targetInfo.privateImeOptions); in testEditorInfo()
112 return TextUtils.equals(TEST_MARKER, editorInfo.privateImeOptions); in testImeIsNotBehindNavBar()
273 return TextUtils.equals(TEST_MARKER, editorInfo.privateImeOptions); in getNavigationBarBitmap()
348 return TextUtils.equals(marker2, editorInfo.privateImeOptions); in testFocusableWindowDoesNotInvalidateExistingInputConnection()
126 return TextUtils.equals(marker, editorInfo.privateImeOptions); in editorMatcher()
64 outAttrs.privateImeOptions = mMaker; in onCreateInputConnection()
852 private static View setViews(Activity activity, @Nullable String privateImeOptions) { in setViews() argument856 editor.setPrivateImeOptions(privateImeOptions); in setViews()
463 && TextUtils.equals(editorInfo.privateImeOptions, privateImeOption); in testImeApiForBug118341760()