Class ShadowInputDevice

    • Constructor Detail

      • ShadowInputDevice

        public ShadowInputDevice()
    • Method Detail

      • makeInputDeviceNamed

        public static InputDevice makeInputDeviceNamed​(String deviceName)
      • getName

        @Implementation
        protected String getName()
      • getProductId

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

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

        public void setDeviceName​(String deviceName)
      • setProductId

        public void setProductId​(int productId)
      • setVendorId

        public void setVendorId​(int vendorId)