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

  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 70 private InputMethodManager mInputManager;
103 mInputManager = (InputMethodManager) ctx.getSystemService(Context.INPUT_METHOD_SERVICE);
245 mInputManager.hideSoftInputFromWindow(getWindowToken(), 0);
249 mInputManager.focusIn(this);
250 mInputManager.showSoftInput(this, 0);
256 mInputManager.hideSoftInputFromWindow(getWindowToken(), 0);
BaseUi.java 85 private InputMethodManager mInputManager;
123 mInputManager = (InputMethodManager)
564 if (mInputManager.isActive()) {
565 mInputManager.hideSoftInputFromWindow(mContentView.getWindowToken(),
  /frameworks/base/services/java/com/android/server/wm/
FakeWindowImpl.java 50 mService.mInputManager.registerInputChannel(mServerChannel, null);
99 mService.mInputManager.unregisterInputChannel(mServerChannel);
InputMonitor.java 295 mService.mInputManager.setInputWindows(mInputWindowHandles);
398 mService.mInputManager.setFocusedApplication(null);
404 mService.mInputManager.setFocusedApplication(handle);
464 mService.mInputManager.setInputDispatchMode(mInputDispatchEnabled, mInputDispatchFrozen);
DragState.java 102 mService.mInputManager.registerInputChannel(mServerChannel, null);
154 mService.mInputManager.unregisterInputChannel(mServerChannel);
Session.java 297 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel,
WindowManagerService.java 575 final InputManagerService mInputManager;
    [all...]
WindowState.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 60 private InputManager mInputManager;
70 mInputManager = (InputManager)getSystemService(Context.INPUT_SERVICE);
95 mInputManager.registerInputDeviceListener(this, null);
99 int[] ids = mInputManager.getInputDeviceIds();
110 mInputManager.unregisterInputDeviceListener(this);
159 final InputDevice device = mInputManager.getInputDevice(deviceId);
  /frameworks/base/services/java/com/android/server/
WiredAccessoryManager.java 83 private final InputManagerService mInputManager;
92 mInputManager = inputManager;
111 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_HEADPHONE_INSERT) == 1) {
114 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_MICROPHONE_INSERT) == 1) {
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 163 inline sp<InputManager> getInputManager() const { return mInputManager; }
215 sp<InputManager> mInputManager;
280 mInputManager = new InputManager(eventHub, this, this);
291 mInputManager->getReader()->dump(dump);
294 mInputManager->getDispatcher()->dump(dump);
331 mInputManager->getReader()->requestRefreshConfiguration(
339 return mInputManager->getDispatcher()->registerInputChannel(
345 return mInputManager->getDispatcher()->unregisterInputChannel(inputChannel);
640 mInputManager->getDispatcher()->setInputWindows(windowHandles);
665 mInputManager->getReader()->requestRefreshConfiguration(changes)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 68 private DefaultSoftKeyboardJAJP mInputManager;
210 mInputManager = inputManager;
350 mInputManager.nextKeyMode();

Completed in 208 milliseconds