Class ShadowInputDevice


  • @Implements(android.view.InputDevice.class)
    public class ShadowInputDevice
    extends java.lang.Object
    • Constructor Detail

      • ShadowInputDevice

        public ShadowInputDevice()
    • Method Detail

      • makeInputDeviceNamed

        public static android.view.InputDevice makeInputDeviceNamed​(java.lang.String deviceName)
      • getName

        @Implementation
        protected java.lang.String getName()
      • getProductId

        @Implementation(minSdk=19)
        protected int getProductId()
      • getVendorId

        @Implementation(minSdk=19)
        protected int getVendorId()
      • setDeviceName

        public void setDeviceName​(java.lang.String deviceName)
      • setProductId

        public void setProductId​(int productId)
      • setVendorId

        public void setVendorId​(int vendorId)