Home
last modified time | relevance | path

Searched refs:getInputManager (Results 1 – 2 of 2) sorted by relevance

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerCompat.java132 public static InputManagerCompat getInputManager(Context context) { in getInputManager() method in InputManagerCompat.Factory
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java107 mInputManager = InputManagerCompat.Factory.getInputManager(this.getContext()); in GameView()