Searched refs:showImeIfNeeded (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DJellyBeanAccessibilityInjector.java80 if (actionSuccessful) mContentViewCore.showImeIfNeeded();
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
H A DImeTest.java292 mContentViewCore.showImeIfNeeded();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java2313 public void showImeIfNeeded() { method in class:ContentViewCore
2417 int compositionStart, int compositionEnd, boolean showImeIfNeeded,
2423 nativeImeAdapterAndroid, textInputType, showImeIfNeeded);
2415 updateImeAdapter(long nativeImeAdapterAndroid, int textInputType, String text, int selectionStart, int selectionEnd, int compositionStart, int compositionEnd, boolean showImeIfNeeded, boolean isNonImeChange) argument

Completed in 777 milliseconds