Home | History | Annotate | Download | only in openwnn

Lines Matching full:view

19 import android.view.View;
21 import android.view.inputmethod.EditorInfo;
24 * The interface of input view manager used by OpenWnn.
30 * Initialize the input view.
36 * @return The input view created in the initialize process; {@code null} if cannot create a input view.
38 public View initView(OpenWnn parent, int width, int height);
41 * Get the input view being used currently.
43 * @return The input view; {@code null} if no input view is used currently.
45 public View getCurrentView();
55 * Reflect the preferences in the input view.
63 * Close the input view.