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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DImeAdapter.java21 * ImeAdapter provides an interface in both ways native <-> java:
24 * 2. Native ImeAdapter notifies java side to clear composition text.
41 public class ImeAdapter { class
115 * @param embedder The view that is used for callbacks from ImeAdapter.
117 public ImeAdapter(InputMethodManagerWrapper wrapper, ImeAdapterDelegate embedder) { method in class:ImeAdapter
124 public AdapterInputConnection get(View view, ImeAdapter imeAdapter,
257 * @param nativeImeAdapter The pointer to the native ImeAdapter object.
270 * Used to check whether the native counterpart of the ImeAdapter has been attached yet.
271 * @return Whether native ImeAdapter has been attached and its pointer is currently nonzero.
431 * @return Whether the native counterpart of ImeAdapter receive
[all...]

Completed in 101 milliseconds