Loading core/java/android/hardware/input/VirtualKeyEvent.java +4 −0 Original line number Diff line number Diff line Loading @@ -286,6 +286,10 @@ public final class VirtualKeyEvent implements Parcelable { * obtained from {@link SystemClock#uptimeMillis()} (with nanosecond precision instead of * millisecond), but can be different depending on the use case. * This field is optional and can be omitted. * <p> * If this field is unset, then the time at which this event is sent to the framework would * be considered as the event time (even though * {@link VirtualKeyEvent#getEventTimeNanos()}) would return {@code 0L}). * * @return this builder, to allow for chaining of calls * @see InputEvent#getEventTime() Loading core/java/android/hardware/input/VirtualMouseButtonEvent.java +4 −0 Original line number Diff line number Diff line Loading @@ -197,6 +197,10 @@ public final class VirtualMouseButtonEvent implements Parcelable { * obtained from {@link SystemClock#uptimeMillis()} (with nanosecond precision instead of * millisecond), but can be different depending on the use case. * This field is optional and can be omitted. * <p> * If this field is unset, then the time at which this event is sent to the framework would * be considered as the event time (even though * {@link VirtualMouseButtonEvent#getEventTimeNanos()}) would return {@code 0L}). * * @return this builder, to allow for chaining of calls * @see InputEvent#getEventTime() Loading core/java/android/hardware/input/VirtualMouseRelativeEvent.java +4 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,10 @@ public final class VirtualMouseRelativeEvent implements Parcelable { * obtained from {@link SystemClock#uptimeMillis()} (with nanosecond precision instead of * millisecond), but can be different depending on the use case. * This field is optional and can be omitted. * <p> * If this field is unset, then the time at which this event is sent to the framework would * be considered as the event time (even though * {@link VirtualMouseRelativeEvent#getEventTimeNanos()}) would return {@code 0L}). * * @return this builder, to allow for chaining of calls * @see InputEvent#getEventTime() Loading core/java/android/hardware/input/VirtualMouseScrollEvent.java +4 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,10 @@ public final class VirtualMouseScrollEvent implements Parcelable { * obtained from {@link SystemClock#uptimeMillis()} (with nanosecond precision instead of * millisecond), but can be different depending on the use case. * This field is optional and can be omitted. * <p> * If this field is unset, then the time at which this event is sent to the framework would * be considered as the event time (even though * {@link VirtualMouseScrollEvent#getEventTimeNanos()}) would return {@code 0L}). * * @return this builder, to allow for chaining of calls * @see InputEvent#getEventTime() Loading core/java/android/hardware/input/VirtualRotaryEncoderScrollEvent.java +4 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,10 @@ public final class VirtualRotaryEncoderScrollEvent implements Parcelable { * obtained from {@link SystemClock#uptimeMillis()} (with nanosecond precision instead of * millisecond), but can be different depending on the use case. * This field is optional and can be omitted. * <p> * If this field is unset, then the time at which this event is sent to the framework would * be considered as the event time (even though * {@link VirtualRotaryEncoderScrollEvent#getEventTimeNanos()}) would return {@code 0L}). * * @return this builder, to allow for chaining of calls * @see InputEvent#getEventTime() Loading Loading
core/java/android/hardware/input/VirtualKeyEvent.java +4 −0 Original line number Diff line number Diff line Loading @@ -286,6 +286,10 @@ public final class VirtualKeyEvent implements Parcelable { * obtained from {@link SystemClock#uptimeMillis()} (with nanosecond precision instead of * millisecond), but can be different depending on the use case. * This field is optional and can be omitted. * <p> * If this field is unset, then the time at which this event is sent to the framework would * be considered as the event time (even though * {@link VirtualKeyEvent#getEventTimeNanos()}) would return {@code 0L}). * * @return this builder, to allow for chaining of calls * @see InputEvent#getEventTime() Loading
core/java/android/hardware/input/VirtualMouseButtonEvent.java +4 −0 Original line number Diff line number Diff line Loading @@ -197,6 +197,10 @@ public final class VirtualMouseButtonEvent implements Parcelable { * obtained from {@link SystemClock#uptimeMillis()} (with nanosecond precision instead of * millisecond), but can be different depending on the use case. * This field is optional and can be omitted. * <p> * If this field is unset, then the time at which this event is sent to the framework would * be considered as the event time (even though * {@link VirtualMouseButtonEvent#getEventTimeNanos()}) would return {@code 0L}). * * @return this builder, to allow for chaining of calls * @see InputEvent#getEventTime() Loading
core/java/android/hardware/input/VirtualMouseRelativeEvent.java +4 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,10 @@ public final class VirtualMouseRelativeEvent implements Parcelable { * obtained from {@link SystemClock#uptimeMillis()} (with nanosecond precision instead of * millisecond), but can be different depending on the use case. * This field is optional and can be omitted. * <p> * If this field is unset, then the time at which this event is sent to the framework would * be considered as the event time (even though * {@link VirtualMouseRelativeEvent#getEventTimeNanos()}) would return {@code 0L}). * * @return this builder, to allow for chaining of calls * @see InputEvent#getEventTime() Loading
core/java/android/hardware/input/VirtualMouseScrollEvent.java +4 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,10 @@ public final class VirtualMouseScrollEvent implements Parcelable { * obtained from {@link SystemClock#uptimeMillis()} (with nanosecond precision instead of * millisecond), but can be different depending on the use case. * This field is optional and can be omitted. * <p> * If this field is unset, then the time at which this event is sent to the framework would * be considered as the event time (even though * {@link VirtualMouseScrollEvent#getEventTimeNanos()}) would return {@code 0L}). * * @return this builder, to allow for chaining of calls * @see InputEvent#getEventTime() Loading
core/java/android/hardware/input/VirtualRotaryEncoderScrollEvent.java +4 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,10 @@ public final class VirtualRotaryEncoderScrollEvent implements Parcelable { * obtained from {@link SystemClock#uptimeMillis()} (with nanosecond precision instead of * millisecond), but can be different depending on the use case. * This field is optional and can be omitted. * <p> * If this field is unset, then the time at which this event is sent to the framework would * be considered as the event time (even though * {@link VirtualRotaryEncoderScrollEvent#getEventTimeNanos()}) would return {@code 0L}). * * @return this builder, to allow for chaining of calls * @see InputEvent#getEventTime() Loading