HomeSort by relevance Sort by last modified time
    Searched refs:mInputMethodSwitchButton (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodsPanel.java 76 private InputMethodButton mInputMethodSwitchButton;
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;
TabletStatusBar.java 137 InputMethodButton mInputMethodSwitchButton;
314 mInputMethodsPanel.setImeSwitchButton(mInputMethodSwitchButton);
315 mStatusBarView.setIgnoreChildren(2, mInputMethodSwitchButton, mInputMethodsPanel);
534 mInputMethodSwitchButton = (InputMethodButton) sb.findViewById(R.id.imeSwitchButton);
536 mInputMethodSwitchButton.setOnClickListener(mOnClickListener);
    [all...]

Completed in 136 milliseconds