Searched defs:maybePerformEmptyCompositionWorkaround (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DAdapterInputConnection.java226 if (maybePerformEmptyCompositionWorkaround(text)) return true;
238 if (maybePerformEmptyCompositionWorkaround(text)) return true;
498 private boolean maybePerformEmptyCompositionWorkaround(CharSequence text) { method in class:AdapterInputConnection

Completed in 66 milliseconds