Searched refs:showImeKeyboard (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
H A DImeUtil.java71 public void showImeKeyboard(@NonNull final Context context, @NonNull final View v) { method in class:ImeUtil
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactPickerFragment.java242 ImeUtil.get().showImeKeyboard(getActivity(), mRecipientTextView);
323 private void showImeKeyboard() { method in class:ContactPickerFragment
327 // showImeKeyboard() won't work until the layout is ready, so wait until layout is complete
334 ImeUtil.get().showImeKeyboard(activity, mRecipientTextView);
356 showImeKeyboard();
396 showImeKeyboard();
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationInputManager.java540 ImeUtil.get().showImeKeyboard(mContext, mSink.getComposeEditText());

Completed in 94 milliseconds