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

  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerCompat.java 132 public static InputManagerCompat getInputManager(Context context) {
  /packages/services/Car/car-support-lib/src/android/support/car/app/menu/
CarDrawerActivity.java 111 mInputManager = getInputManager();
406 mInputManager = getInputManager();
408 getInputManager().startInput(inputView);
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 189 inline sp<InputManager> getInputManager() const { return mInputManager; }
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/app/
CarActivity.java 166 public CarInputManager getInputManager() {
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 107 mInputManager = InputManagerCompat.Factory.getInputManager(this.getContext());
    [all...]

Completed in 231 milliseconds