Package org.robolectric.shadows
Class ShadowInputEvent
- java.lang.Object
-
- org.robolectric.shadows.ShadowInputEvent
-
@Implements(android.view.InputEvent.class) public class ShadowInputEvent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected InputDevice
device
-
Constructor Summary
Constructors Constructor Description ShadowInputEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InputDevice
getDevice()
void
setDevice(InputDevice device)
-
-
-
Field Detail
-
device
protected InputDevice device
-
-
Method Detail
-
getDevice
@Implementation protected InputDevice getDevice()
-
setDevice
public void setDevice(InputDevice device)
-
-