Home | History | Annotate | Download | only in tablet

Lines Matching refs:mInputMethodSwitchButton

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);
958 mInputMethodSwitchButton.setScreenLocked(
1163 mInputMethodSwitchButton.setImeWindowStatus(token,
1188 mInputMethodSwitchButton.setHardKeyboardStatus(available);
1222 } else if (v == mInputMethodSwitchButton) {
1405 if (mInputMethodSwitchButton.getVisibility() != View.GONE) maxNotificationIconsCount --;