Searched refs:processEvent (Results 1 – 12 of 12) sorted by relevance
64 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 …]
137 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 …]
66 dataSource.wifiEvents.filterNotNull().collect { event -> processEvent(event) }74 private fun processEvent(event: FakeWifiEventModel) = regex
64 public int processEvent(InputEvent event) { in processEvent() method in InputEventAssigner
9381 mViewFrameInfo.setInputEvent(mInputEventAssigner.processEvent(q.mEvent)); in doProcessInputEvents()
159 verify(mMockContentProtectionEventProcessor).processEvent(EVENT); in sendEvent_contentCaptureDisabled_contentProtectionEnabled()185 verify(mMockContentProtectionEventProcessor).processEvent(EVENT); in sendEvent_contentCaptureEnabled_contentProtectionEnabled()
113 public void processEvent(@NonNull ContentCaptureEvent event) { in processEvent() method in ContentProtectionEventProcessor
508 processEvent(event); in dispatchTouchEvent()522 private boolean processEvent(MotionEvent event) { in processEvent() method in GestureOverlayView
389 mContentProtectionEventProcessor.processEvent(event); in sendContentProtectionEvent()
16527 HSPLandroid/view/InputEventAssigner;->processEvent(Landroid/view/InputEvent;)I
16591 HSPLandroid/view/InputEventAssigner;->processEvent(Landroid/view/InputEvent;)I
16008 Landroid/gesture/GestureOverlayView;->processEvent(Landroid/view/MotionEvent;)Z