Home
last modified time | relevance | path

Searched defs:inputDevice (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowInputDeviceTest.java14 InputDevice inputDevice = ShadowInputDevice.makeInputDeviceNamed("foo"); in canConstructInputDeviceWithName() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowInputDevice.java13 InputDevice inputDevice = Shadow.newInstanceOf(InputDevice.class); in makeInputDeviceNamed() local