HomeSort by relevance Sort by last modified time
    Searched full:switchimebutton (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPasswordView.java 127 View switchImeButton = findViewById(R.id.switch_ime_button);
128 if (switchImeButton != null && hasMultipleEnabledIMEsOrSubtypes(mImm, false)) {
129 switchImeButton.setVisibility(View.VISIBLE);
131 switchImeButton.setOnClickListener(new OnClickListener() {

Completed in 35 milliseconds