Home
last modified time | relevance | path

Searched defs:inputEvent (Results 1 – 25 of 219) sorted by relevance

123456789

/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/inputverification/
DClickVerifierTest.java111 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testInputEventNotValidatedBySystem() local
127 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testInputEvent_verifyByInputEventFlagDisabled_Verified() local
144 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testVerifiedInputEvent_underUseLimit_verified() local
166 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testVerifiedInputEvent_overUseLimit_notVerified() local
220 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testUnverifiedInputEvent_motionEvent_underUseLimit_verified() local
242 InputEvent inputEvent = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_1, 0); in testUnverifiedInputEvent_keyEvent_underUseLimit_verified() local
264 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testUnverifiedInputEvent_motionEvent_overUseLimit_notVerified() local
287 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testCopiedUnverifiedInputEvent_overUseLimit_notVerified() local
327 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testClickDeduplicationNotEnabled_inputEventStillVerified() local
353 InputEvent inputEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testClickDeduplicationNotEnforced_inputEventStillVerified() local
[all …]
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DInputEventCompatProcessor.java68 public List<InputEvent> processInputEventForCompatibility(InputEvent inputEvent) { in processInputEventForCompatibility()
101 public InputEvent processInputEventBeforeFinish(InputEvent inputEvent) { in processInputEventBeforeFinish()
112 private List<MotionEvent> processLetterboxScrollCompatibility(InputEvent inputEvent) { in processLetterboxScrollCompatibility()
122 private InputEvent processStylusButtonCompatibility(InputEvent inputEvent) { in processStylusButtonCompatibility()
/aosp_15_r20/cts/tests/surfacecontrol/jni/
H A Dandroid_window_cts_ASurfaceControlInputReceiverTest.cpp52 bool onKeyEvent(AInputEvent* inputEvent) { in onKeyEvent()
59 bool onMotionEvent(AInputEvent* inputEvent) { in onMotionEvent()
66 static bool onKeyEventThunk(void* context, AInputEvent* inputEvent) { in onKeyEventThunk()
72 static bool onMotionEventThunk(void* context, AInputEvent* inputEvent) { in onMotionEventThunk()
/aosp_15_r20/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
H A DInputManager.java103 void sendInputEvent(InputDeviceType deviceType, InputEvent inputEvent, int displayId) { in sendInputEvent()
132 InputDeviceType deviceType, InputEvent inputEvent) { in sendInputEventToFocusedDisplay()
263 private void sendInputEvent(RemoteInputEvent inputEvent, int displayId) { in sendInputEvent()
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/trace/
H A DInputTracingPerfettoBackend.cpp238 auto* inputEvent = winscopeExtensions->set_android_input_event(); in traceMotionEvent() local
266 auto* inputEvent = winscopeExtensions->set_android_input_event(); in traceKeyEvent() local
294 auto* inputEvent = winscopeExtensions->set_android_input_event(); in traceWindowDispatch() local
/aosp_15_r20/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DReportInteractionInput.java75 @Nullable InputEvent inputEvent, in ReportInteractionInput()
262 public ReportInteractionInput.Builder setInputEvent(@Nullable InputEvent inputEvent) { in setInputEvent()
DReportEventRequest.java247 public Builder setInputEvent(@Nullable InputEvent inputEvent) { in setInputEvent()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DVerifiedKeyEventTest.kt77 val inputEvent: VerifiedInputEvent = keyEvent in testParcelInputEvent() constant
112 val inputEvent: VerifiedInputEvent = keyEvent in testParcelInputToKeyEvent() constant
H A DVerifiedMotionEventTest.kt82 val inputEvent: VerifiedInputEvent = motionEvent in testParcelInputEvent() constant
117 val inputEvent: VerifiedInputEvent = motionEvent in testParcelInputToMotionEvent() constant
/aosp_15_r20/packages/modules/AdServices/adservices/framework/java/android/adservices/measurement/
DMeasurementManager.java144 @Nullable InputEvent inputEvent, in registerSource()
168 @Nullable InputEvent inputEvent, in registerSource()
DSourceRegistrationRequest.java156 public Builder setInputEvent(@Nullable InputEvent inputEvent) { in setInputEvent()
DWebSourceRegistrationRequest.java281 public Builder setInputEvent(@Nullable InputEvent inputEvent) { in setInputEvent()
/aosp_15_r20/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
H A DRemoteDisplay.java376 private void processInputEvent(RemoteInputEvent inputEvent) { in processInputEvent()
483 private void processMouseEvent(RemoteInputEvent inputEvent) { in processMouseEvent()
H A DInputController.java63 void sendEventToFocusedDisplay(InputDeviceType deviceType, InputEvent inputEvent) { in sendEventToFocusedDisplay()
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DMeasurementImpl.java313 @Nullable InputEvent inputEvent, in registerEvent()
439 InputEvent inputEvent, long requestTime, String sourceRegistrant) { in getSourceType()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragResizeInputListener.java418 public void onInputEvent(InputEvent inputEvent) { in onInputEvent()
426 private boolean handleInputEvent(InputEvent inputEvent) { in handleInputEvent()
/aosp_15_r20/packages/services/Car/car-builtin-lib/src/android/car/builtin/view/
DInputEventHelper.java37 public static void setDisplayId(@NonNull InputEvent inputEvent, int newDisplayId) { in setDisplayId()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/transform/
H A Dinputeventmarshaller.java31 public SdkHttpFullRequest marshall(InputEvent inputEvent) { in marshall()
/aosp_15_r20/packages/modules/AdServices/adservices/clients/java/android/adservices/clients/measurement/
DMeasurementClient.java59 @NonNull Uri attributionSource, @Nullable InputEvent inputEvent) { in registerSource()
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/compat/
H A DApiHelperForR.java45 public static VerifiedInputEvent verifyInputEvent(InputManager manager, InputEvent inputEvent) { in verifyInputEvent()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeInputDispatcherPolicy.cpp379 bool FakeInputDispatcherPolicy::filterInputEvent(const InputEvent& inputEvent, in filterInputEvent()
402 void FakeInputDispatcherPolicy::interceptKeyBeforeQueueing(const KeyEvent& inputEvent, uint32_t&) { in interceptKeyBeforeQueueing()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowInputManager.java99 InputEvent inputEvent) { in verifyInputEvent()
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DWordInputEventForPersonalization.java86 final WordInputEventForPersonalization inputEvent = in createInputEventFrom() local
/aosp_15_r20/packages/services/Car/service/src/com/android/car/evs/
DCarEvsServiceUtils.java59 static @CarEvsStreamEvent int convertToStreamEvent(int inputEvent) { in convertToStreamEvent()
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionary.cpp466 jobject inputEvent = env->GetObjectArrayElement(inputEvents, 0); in latinime_BinaryDictionary_updateEntriesForInputEvents() local
480 jobject inputEvent = env->GetObjectArrayElement(inputEvents, i); in latinime_BinaryDictionary_updateEntriesForInputEvents() local

123456789