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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DExtendedEditText.java87 showSoftInput();
95 mShowImeAfterFirstLayout = !showSoftInput();
98 private boolean showSoftInput() { method in class:ExtendedEditText
101 .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 172 milliseconds