Searched refs:mInputMethodSwitchButton (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DInputMethodsPanel.java76 private InputMethodButton mInputMethodSwitchButton; field in class:InputMethodsPanel
191 if (mInputMethodSwitchButton != null) {
192 mInputMethodSwitchButton.setIconImage(R.drawable.ic_sysbar_ime_pressed);
198 if (mInputMethodSwitchButton != null) {
199 mInputMethodSwitchButton.setIconImage(R.drawable.ic_sysbar_ime);
307 mInputMethodSwitchButton = imb;
H A DTabletStatusBar.java137 InputMethodButton mInputMethodSwitchButton; field in class:TabletStatusBar
314 mInputMethodsPanel.setImeSwitchButton(mInputMethodSwitchButton);
315 mStatusBarView.setIgnoreChildren(2, mInputMethodSwitchButton, mInputMethodsPanel);
534 mInputMethodSwitchButton = (InputMethodButton) sb.findViewById(R.id.imeSwitchButton);
536 mInputMethodSwitchButton.setOnClickListener(mOnClickListener);
958 mInputMethodSwitchButton.setScreenLocked(
1163 mInputMethodSwitchButton.setImeWindowStatus(token,
1188 mInputMethodSwitchButton.setHardKeyboardStatus(available);
1222 } else if (v == mInputMethodSwitchButton) {
1405 if (mInputMethodSwitchButton
[all...]

Completed in 49 milliseconds