Searched defs:showSoftInput (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DExtendedEditText.java86 showSoftInput();
94 mShowImeAfterFirstLayout = !showSoftInput();
97 private boolean showSoftInput() { method in class:ExtendedEditText
100 .showSoftInput(this, InputMethodManager.SHOW_IMPLICIT);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DPasswordInputWizardFragment.java119 showSoftInput();
156 showSoftInput();
159 private void showSoftInput() { method in class:PasswordInputWizardFragment
170 inputMethodManager.showSoftInput(mTextInput, 0);

Completed in 319 milliseconds