Home
last modified time | relevance | path

Searched refs:processEvent (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/tests/Input/src/com/android/test/input/
H A DInputEventAssignerTest.kt64 val eventId = assigner.processEvent(event)
80 var eventId = assigner.processEvent(down)
82 eventId = assigner.processEvent(move1)
84 eventId = assigner.processEvent(move2)
91 eventId = assigner.processEvent(move3)
93 eventId = assigner.processEvent(move4)
106 var eventId = assigner.processEvent(down)
108 eventId = assigner.processEvent(move1)
119 var eventId = assigner.processEvent(down)
122 eventId = assigner.processEvent(up)
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentprotection/
H A DContentProtectionEventProcessorTest.java137 mContentProtectionEventProcessor.processEvent(event); in processEvent_buffer_setsTextIdEntry_withoutExistingViewNode()
151 mContentProtectionEventProcessor.processEvent(event); in processEvent_buffer_setsTextIdEntry_withExistingViewNode()
253 mContentProtectionEventProcessor.processEvent(event); in processEvent_loginDetected_belowResetLimit()
278 mContentProtectionEventProcessor.processEvent(event); in processEvent_loginDetected_aboveResetLimit()
332 mContentProtectionEventProcessor.processEvent(event); in isPasswordField_android()
346 mContentProtectionEventProcessor.processEvent(event); in isPasswordField_android_withoutClassName()
361 mContentProtectionEventProcessor.processEvent(event); in isPasswordField_android_wrongClassName()
375 mContentProtectionEventProcessor.processEvent(event); in isPasswordField_android_wrongInputType()
390 mContentProtectionEventProcessor.processEvent(event); in isPasswordField_webView()
404 mContentProtectionEventProcessor.processEvent(event); in isPasswordField_webView_withClassName()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/demo/
H A DDemoWifiRepository.kt66 dataSource.wifiEvents.filterNotNull().collect { event -> processEvent(event) }
74 private fun processEvent(event: FakeWifiEventModel) = regex
/aosp14/frameworks/base/core/java/android/view/
H A DInputEventAssigner.java64 public int processEvent(InputEvent event) { in processEvent() method in InputEventAssigner
H A DViewRootImpl.java9381 mViewFrameInfo.setInputEvent(mInputEventAssigner.processEvent(q.mEvent)); in doProcessInputEvents()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DMainContentCaptureSessionTest.java159 verify(mMockContentProtectionEventProcessor).processEvent(EVENT); in sendEvent_contentCaptureDisabled_contentProtectionEnabled()
185 verify(mMockContentProtectionEventProcessor).processEvent(EVENT); in sendEvent_contentCaptureEnabled_contentProtectionEnabled()
/aosp14/frameworks/base/core/java/android/view/contentprotection/
H A DContentProtectionEventProcessor.java113 public void processEvent(@NonNull ContentCaptureEvent event) { in processEvent() method in ContentProtectionEventProcessor
/aosp14/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java508 processEvent(event); in dispatchTouchEvent()
522 private boolean processEvent(MotionEvent event) { in processEvent() method in GestureOverlayView
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java389 mContentProtectionEventProcessor.processEvent(event); in sendContentProtectionEvent()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt16527 HSPLandroid/view/InputEventAssigner;->processEvent(Landroid/view/InputEvent;)I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt16591 HSPLandroid/view/InputEventAssigner;->processEvent(Landroid/view/InputEvent;)I
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt16008 Landroid/gesture/GestureOverlayView;->processEvent(Landroid/view/MotionEvent;)Z