Home
last modified time | relevance | path

Searched refs:showInputMethod (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java523 showInputMethod(mSearchView.findFocus()); in onFocusChange()
571 private void showInputMethod(View view) { in showInputMethod() method in ContactSelectionActivity
DActionBarAdapter.java562 showInputMethod(mSearchView); // Workaround for the "IME not popping up" issue. in setFocusOnSearchView()
565 private void showInputMethod(View view) { in showInputMethod() method in ActionBarAdapter
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DQueryTextView.java76 public void showInputMethod() { in showInputMethod() method in QueryTextView
DSearchActivityView.java306 mQueryTextView.showInputMethod(); in showInputMethodForQuery()
/packages/apps/Dialer/src/com/android/dialer/util/
DDialerUtils.java180 public static void showInputMethod(View view) { in showInputMethod() method in DialerUtils
/packages/apps/Dialer/src/com/android/dialer/widget/
DSearchEditTextLayout.java123 DialerUtils.showInputMethod(v); in onFinishInflate()