/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
D | MagnificationGestureDetectorTest.java | 85 mGestureDetector.onTouch(mSpyView, downEvent); in onActionDown_invokeDownCallback() 98 mGestureDetector.onTouch(mSpyView, downEvent); in performSingleTap_invokeCallbacksInOrder() 99 mGestureDetector.onTouch(mSpyView, upEvent); in performSingleTap_invokeCallbacksInOrder() 116 mGestureDetector.onTouch(mSpyView, downEvent); in performSingleTapWithActionCancel_notInvokeOnSingleTapCallback() 117 mGestureDetector.onTouch(mSpyView, cancelEvent); in performSingleTapWithActionCancel_notInvokeOnSingleTapCallback() 130 mGestureDetector.onTouch(mSpyView, downEvent); in performSingleTapWithTwoPointers_notInvokeSingleTapCallback() 131 mGestureDetector.onTouch(mSpyView, upEvent); in performSingleTapWithTwoPointers_notInvokeSingleTapCallback() 144 mGestureDetector.onTouch(mSpyView, downEvent); in performLongPress_invokeCallbacksInOrder() 147 mGestureDetector.onTouch(mSpyView, upEvent); in performLongPress_invokeCallbacksInOrder() 166 mGestureDetector.onTouch(mSpyView, downEvent); in performDrag_invokeCallbacksInOrder() [all …]
|
D | MagnificationModeSwitchTest.java | 360 mTouchListener.onTouch(mSpyImageView, obtainMotionEvent( in onDraggingGestureFinish_buttonIsShowing_stickToRightEdge() 362 mTouchListener.onTouch(mSpyImageView, in onDraggingGestureFinish_buttonIsShowing_stickToRightEdge() 365 mTouchListener.onTouch(mSpyImageView, obtainMotionEvent( in onDraggingGestureFinish_buttonIsShowing_stickToRightEdge() 378 mTouchListener.onTouch(mSpyImageView, in performSingleTap_fullscreenMode_callbackTriggered() 381 mTouchListener.onTouch(mSpyImageView, in performSingleTap_fullscreenMode_callbackTriggered() 393 mTouchListener.onTouch(mSpyImageView, in sendDownEvent_fullscreenMode_fadeOutAnimationIsNull() 406 mTouchListener.onTouch(mSpyImageView, in sendDownEvent_fullscreenModeAndFadingOut_cancelAnimation() 420 mTouchListener.onTouch(mSpyImageView, obtainMotionEvent( in performDragging_showMagnificationButton_updateViewLayout() 423 mTouchListener.onTouch(mSpyImageView, in performDragging_showMagnificationButton_updateViewLayout() 430 mTouchListener.onTouch(mSpyImageView, obtainMotionEvent( in performDragging_showMagnificationButton_updateViewLayout() [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | UdfpsControllerTest.java | 407 mTouchListenerCaptor.getValue().onTouch(mUdfpsView, downEvent); in onActionDownTouch_whenCanDismissLockScreen_entersDevice() 443 mTouchListenerCaptor.getValue().onTouch(mUdfpsView, moveEvent); in onActionMoveTouch_whenCanDismissLockScreen_entersDevice() 465 mTouchListenerCaptor.getValue().onTouch(mUdfpsView, downEvent); in onMultipleTouch_whenCanDismissLockScreen_entersDeviceOnce() 472 mTouchListenerCaptor.getValue().onTouch(mUdfpsView, moveEvent); in onMultipleTouch_whenCanDismissLockScreen_entersDeviceOnce() 682 mTouchListenerCaptor.getValue().onTouch(mUdfpsView, event); in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() 697 mTouchListenerCaptor.getValue().onTouch(mUdfpsView, event); in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() 712 mTouchListenerCaptor.getValue().onTouch(mUdfpsView, event); in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() 728 mTouchListenerCaptor.getValue().onTouch(mUdfpsView, event); in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() 766 mTouchListenerCaptor.getValue().onTouch(mUdfpsView, downEvent); in fingerDownParameterized() 889 mTouchListenerCaptor.getValue().onTouch(mUdfpsView, upEvent); in onFingerUp_displayConfigurationParameterized() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarViewController.kt | 87 override fun onTouch(v: View, event: MotionEvent): Boolean { in <lambda>() method 170 fun onTouch(event: MotionEvent) { in <lambda>() method 183 onTouch(event) in <lambda>() 188 onTouch(event) in <lambda>()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/dialog/ |
D | AccessibilityServiceWarningTest.java | 163 expect.that(listener.onTouch(allowButton, createMotionEvent(0))).isFalse(); in getTouchConsumingListener() 164 expect.that(listener.onTouch(allowButton, in getTouchConsumingListener() 166 expect.that(listener.onTouch(allowButton, in getTouchConsumingListener()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | Interaction.java | 29 public boolean onTouch(View v, MotionEvent event) { in register()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarKeyguardViewManagerTest.java | 794 verify(mCallback, never()).onTouch(any()); in handleDispatchTouchEvent_alternateBouncerViewFlagEnabled() 828 verify(mCallback, never()).onTouch(any()); in handleDispatchTouchEvent_alternateBouncerNotVisible() 854 verify(mCallback, times(3)).onTouch(any()); in handleDispatchTouchEvent_shouldInterceptTouchAndHandleTouch() 880 verify(mCallback, never()).onTouch(any()); in handleDispatchTouchEvent_shouldInterceptTouchButNotHandleTouch() 943 boolean touchHandledDown = mStatusBarKeyguardViewManager.onTouch( in alternateBouncerOnTouch_actionDownThenUp_noMinTimeShown_noHideAltBouncer() 946 boolean touchHandledUp = mStatusBarKeyguardViewManager.onTouch( in alternateBouncerOnTouch_actionDownThenUp_noMinTimeShown_noHideAltBouncer() 967 boolean touchHandledDown = mStatusBarKeyguardViewManager.onTouch( in alternateBouncerOnTouch_actionDownThenUp_handlesTouch_hidesAltBouncer() 970 boolean touchHandledUp = mStatusBarKeyguardViewManager.onTouch( in alternateBouncerOnTouch_actionDownThenUp_handlesTouch_hidesAltBouncer() 991 mStatusBarKeyguardViewManager.onTouch( in alternateBouncerOnTouch_actionUp_doesNotHideAlternateBouncer()
|
D | PhoneStatusBarViewControllerTest.kt | 212 controller.onTouch(MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0)) in onTouch_windowHidden_centralSurfacesNotNotified() 222 controller.onTouch(MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0)) in onTouch_windowHiding_centralSurfacesNotNotified() 232 controller.onTouch(MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0)) in onTouch_windowShowing_centralSurfacesNotified()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | EmergencyCarrierArea.java | 49 public boolean onTouch(View v, MotionEvent event) { in onFinishInflate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardSettingsButtonOnTouchListener.kt | 32 override fun onTouch(view: View, motionEvent: MotionEvent): Boolean { in onTouch() method in com.android.systemui.keyguard.ui.binder.KeyguardSettingsButtonOnTouchListener
|
D | KeyguardQuickAffordanceOnTouchListener.kt | 47 override fun onTouch(v: View, event: MotionEvent): Boolean { in onTouch() method in com.android.systemui.keyguard.ui.binder.KeyguardQuickAffordanceOnTouchListener
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ActivatableNotificationViewController.java | 71 public boolean onTouch(View v, MotionEvent ev) { in onTouch() method in ActivatableNotificationViewController.TouchHandler
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/ |
D | ActivatableNotificationViewBinder.kt | 75 override fun onTouch(v: View, ev: MotionEvent): Boolean { in onTouch() method in com.android.systemui.statusbar.notification.row.ui.viewbinder.TouchHandler
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | MagnificationModeSwitch.java | 117 mImageView.setOnTouchListener(this::onTouch); in MagnificationModeSwitch() 214 private boolean onTouch(View v, MotionEvent event) { in onTouch() method in MagnificationModeSwitch 218 return mGestureDetector.onTouch(v, event); in onTouch()
|
D | MagnificationGestureDetector.java | 113 boolean onTouch(View view, MotionEvent event) { in onTouch() method in MagnificationGestureDetector
|
D | WindowMagnificationSettings.java | 246 private boolean onTouch(View v, MotionEvent event) { in onTouch() method in WindowMagnificationSettings 250 return mGestureDetector.onTouch(v, event); in onTouch() 516 mSettingView.setOnTouchListener(this::onTouch); in inflateView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSContainerImplController.java | 52 public boolean onTouch(View v, MotionEvent event) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | DraggableConstraintLayout.java | 138 mSwipeDismissHandler.onTouch(this, ev); in onInterceptTouchEvent() 232 public boolean onTouch(View view, MotionEvent event) { in onTouch() method in DraggableConstraintLayout.SwipeDismissHandler
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsControllerOverlay.kt | 113 private val onTouch: (View, MotionEvent, Boolean) -> Boolean, in <lambda>() constant in com.android.systemui.biometrics.UdfpsControllerOverlay 262 setOnHoverListener { v, event -> onTouch(v, event, true) } in <lambda>() 267 setOnTouchListener { v, event -> onTouch(v, event, true) } in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/ |
D | BiometricViewBinder.kt | 365 .collect { onTouch -> in <lambda>() method 366 iconOverlayView.setOnTouchListener(onTouch) in <lambda>() 367 iconView.setOnTouchListener(onTouch) in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
D | RelativeTouchListener.kt | 101 override fun onTouch(v: View, ev: MotionEvent): Boolean { in onTouch() method in com.android.wm.shell.common.bubbles.RelativeTouchListener
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
D | BubbleBarExpandedViewDragController.kt | 75 return@setOnTouchListener dragMotionEventHandler.onTouch(view, event) || magnetConsumed in <lambda>()
|
/frameworks/base/core/java/android/widget/ |
D | ForwardingListener.java | 84 public boolean onTouch(View v, MotionEvent event) { in onTouch() method in ForwardingListener
|
D | DropDownListView.java | 222 mScrollHelper.onTouch(this, event); in onForwardedEvent()
|
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/ |
D | BitmapUploadActivity.java | 105 public boolean onTouch(View view, MotionEvent motionEvent) { in onCreate()
|