Package org.robolectric.shadows
Class ShadowInputEvent
java.lang.Object
org.robolectric.shadows.ShadowInputEvent
- Direct Known Subclasses:
ShadowMotionEvent
@Implements(android.view.InputEvent.class) public class ShadowInputEvent extends Object
-
Field Summary
Fields Modifier and Type Field Description protected InputDevicedevice -
Constructor Summary
Constructors Constructor Description ShadowInputEvent() -
Method Summary
Modifier and Type Method Description protected InputDevicegetDevice()voidsetDevice(InputDevice device)
-
Field Details
-
Constructor Details
-
ShadowInputEvent
public ShadowInputEvent()
-
-
Method Details