Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:shown

107  * <li>The candidates view, if currently shown, is placed above the soft
129 * soft input view should be shown to the user. This is done by implementing
131 * whether it should be shown in the current environment. If any of your
149 * view, because the candidates view tends to be more transient, being shown
151 * by the user. To control whether the candidates view is shown, you use
153 * view tends to be shown and hidden a lot, it does not impact the application
424 // If user uses hard keyboard, IME button should always be shown.
744 // window is shown for them.
750 // If user uses hard keyboard, IME button should always be shown.
947 * text. When false, the extracted text will not be shown, allowing some
953 public void setExtractViewShown(boolean shown) {
954 if (mExtractViewHidden == shown) {
955 mExtractViewHidden = !shown;
961 * Return whether the fullscreen extract view is shown. This will only
966 * returns true) or if some part of it may be shown (if this returns
1034 * Re-evaluate whether the soft input area should currently be shown, and
1037 * determine whether the input view should currently be shown. You
1039 * is currently shown.
1064 * Return whether the soft input view is <em>currently</em> shown to the
1073 * Override this to control when the soft input area should be shown to
1090 public void setCandidatesViewShown(boolean shown) {
1091 updateCandidatesVisibility(shown);
1092 if (!mShowInputRequested && mWindowVisible != shown) {
1094 // has not asked for the input view to be shown, then we need
1095 // to update whether the window is shown.
1096 if (shown) {
1104 void updateCandidatesVisibility(boolean shown) {
1105 int vis = shown ? View.VISIBLE : getCandidatesHiddenVisibility();
1115 * shown. The default implementation returns GONE when
1239 * Called when the input view is being shown and input has started on
1276 * Called when only the candidates view has been shown for showing
1286 * for the case when candidates are being shown while the input method
1327 * be shown at this point.
1333 * @return Returns true to indicate that the window should be shown.
1344 // the IME is already shown we do want to go into fullscreen
1464 * Called when the input method window has been shown to the user, after
1584 * completions shown by the application.
1593 * Called when the application has reported new extracted text to be shown
1617 * the extract text, if it is being shown.
1693 // If the soft input area is shown, back closes it and we
1720 * KeyEvent.KEYCODE_BACK} if the IME is currently shown, to
1769 * KeyEvent.KEYCODE_BACK} to hide the current IME UI if it is shown. In
2110 * of the UI should be shown. The standard implementation hides or shows
2114 * turn off the extract area since there is no text to be shown.
2129 * to update the state of its UI such as the action buttons shown.
2140 * extract area since there is no text to be shown.