Class ShadowInputEvent


  • @Implements(android.view.InputEvent.class)
    public class ShadowInputEvent
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected android.view.InputDevice device  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected android.view.InputDevice getDevice()  
      void setDevice​(android.view.InputDevice device)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • device

        protected android.view.InputDevice device
    • Constructor Detail

      • ShadowInputEvent

        public ShadowInputEvent()
    • Method Detail

      • getDevice

        @Implementation
        protected android.view.InputDevice getDevice()
      • setDevice

        public void setDevice​(android.view.InputDevice device)