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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java183 private InputMethodsPanel mInputMethodsPanel; field in class:TabletStatusBar
325 mInputMethodsPanel = (InputMethodsPanel) View.inflate(context,
327 mInputMethodsPanel.setHardKeyboardEnabledChangeListener(this);
328 mInputMethodsPanel.setOnTouchListener(new TouchOutsideListener(
329 MSG_CLOSE_INPUT_METHODS_PANEL, mInputMethodsPanel));
330 mInputMethodsPanel.setImeSwitchButton(mInputMethodSwitchButton);
331 mStatusBarView.setIgnoreChildren(2, mInputMethodSwitchButton, mInputMethodsPanel);
345 WindowManagerImpl.getDefault().addView(mInputMethodsPanel, lp);
826 if (mInputMethodsPanel != null) mInputMethodsPanel
[all...]

Completed in 26 milliseconds