Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV16.java31 public class InputManagerV16 implements InputManagerCompat { class
36 public InputManagerV16(Context context) { in InputManagerV16() method in InputManagerV16
DInputManagerCompat.java134 return new InputManagerV16(context); in getInputManager()