Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:showWindow

570                     showWindow(true);
573 // We could ignore BadTokenException in InputMethodService#showWindow() instead,
574 // but it may break assumptions for those who override #showWindow() that we can
575 // detect errors in #showWindow() by checking BadTokenException.
576 // TODO: Investigate its feasibility. Update JavaDoc of #showWindow() of
577 // whether it's OK to override #showWindow() or not.
1044 showWindow(true);
1055 showWindow(false);
1487 showWindow(false);
1784 public void showWindow(boolean showInput) {
1794 Log.w(TAG, "Re-entrance in to showWindow");
1830 if (DEBUG) Log.v(TAG, "showWindow: updating UI");
1841 if (DEBUG) Log.v(TAG, "showWindow: candidates=" + v);
1868 if (DEBUG) Log.v(TAG, "showWindow: showing!");