Class ShadowInputEvent

java.lang.Object
org.robolectric.shadows.ShadowInputEvent
Direct Known Subclasses:
ShadowMotionEvent

@Implements(android.view.InputEvent.class) public class ShadowInputEvent extends Object
  • Field Details

  • Constructor Details

    • ShadowInputEvent

      public ShadowInputEvent()
  • Method Details

    • getDevice

      @Implementation protected InputDevice getDevice()
    • setDevice

      public void setDevice(InputDevice device)