Home
last modified time | relevance | path

Searched refs:VerifiedMotionEvent (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DVerifiedMotionEvent.java45 public final class VerifiedMotionEvent extends VerifiedInputEvent implements Parcelable { class
176 public VerifiedMotionEvent( in VerifiedMotionEvent() method in VerifiedMotionEvent
281 VerifiedMotionEvent that = (VerifiedMotionEvent) o; in equals()
335 /* package-private */ VerifiedMotionEvent(@android.annotation.NonNull Parcel in) { in VerifiedMotionEvent() method in VerifiedMotionEvent
362 public static final @android.annotation.NonNull Parcelable.Creator<VerifiedMotionEvent> CREATOR
363 = new Parcelable.Creator<VerifiedMotionEvent>() {
365 public VerifiedMotionEvent[] newArray(int size) {
366 return new VerifiedMotionEvent[size];
370 public VerifiedMotionEvent createFromParcel(@android.annotation.NonNull Parcel in) {
371 return new VerifiedMotionEvent(in);
H A DVerifiedMotionEvent.aidl19 parcelable VerifiedMotionEvent;
H A DVerifiedInputEvent.java156 return VerifiedMotionEvent.CREATOR.createFromParcel(in);
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DVerifiedMotionEventTest.kt70 val unparceledMotionEvent = VerifiedMotionEvent.CREATOR.createFromParcel(parcel)
90 assertTrue(unparceledEvent is VerifiedMotionEvent)
91 compareVerifiedMotionEvents(motionEvent, unparceledEvent as VerifiedMotionEvent)
107 assertTrue(unparceledEvent is VerifiedMotionEvent)
108 compareVerifiedMotionEvents(motionEvent, unparceledEvent as VerifiedMotionEvent)
122 val unparceledEvent = VerifiedMotionEvent.CREATOR.createFromParcel(parcel)
165 private fun createVerifiedMotionEvent(): VerifiedMotionEvent {
166 return VerifiedMotionEvent(DEVICE_ID, EVENT_TIME_NANOS, SOURCE, DISPLAY_ID,
171 event1: VerifiedMotionEvent,
172 event2: VerifiedMotionEvent
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_VerifiedMotionEvent.h24 class VerifiedMotionEvent; variable
28 extern jobject android_view_VerifiedMotionEvent(JNIEnv* env, const VerifiedMotionEvent& event);
H A Dandroid_view_VerifiedMotionEvent.cpp33 jobject android_view_VerifiedMotionEvent(JNIEnv* env, const VerifiedMotionEvent& event) { in android_view_VerifiedMotionEvent()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1954 static_cast<const VerifiedMotionEvent&>( in nativeVerifyInputEvent()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes8729 android.view.VerifiedMotionEvent$1
8730 android.view.VerifiedMotionEvent
H A Dboot-image-profile.txt31527 Landroid/view/VerifiedMotionEvent$1;
31528 Landroid/view/VerifiedMotionEvent;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8760 android.view.VerifiedMotionEvent$1
8761 android.view.VerifiedMotionEvent
H A Dboot-image-profile.txt41661 Landroid/view/VerifiedMotionEvent$1;
41662 Landroid/view/VerifiedMotionEvent;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt51976 …public final class VerifiedMotionEvent extends android.view.VerifiedInputEvent implements android.…
51984 …onNull public static final android.os.Parcelable.Creator<android.view.VerifiedMotionEvent> CREATOR;