/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/ |
D | NearestTouchFrameTest.java | 88 MotionEvent ev = MotionEvent.obtain(0, 0, 0, in testNoActionOnLargeDevices() local 105 MotionEvent ev = MotionEvent.obtain(0, 0, 0, in testInvisibleViews() local 125 MotionEvent ev = MotionEvent.obtain(0, 0, 0, in testNearestView_DetachedViewsExcluded() local 141 MotionEvent ev = MotionEvent.obtain(0, 0, 0, in testHorizontalSelection_Left() local 157 MotionEvent ev = MotionEvent.obtain(0, 0, 0, in testHorizontalSelection_Right() local 173 MotionEvent ev = MotionEvent.obtain(0, 0, 0, in testVerticalSelection_Top() local 189 MotionEvent ev = MotionEvent.obtain(0, 0, 0, in testVerticalSelection_Bottom() local 203 MotionEvent ev = MotionEvent.obtain(0, 0, 0, 5 /* x */, 18 /* y */, 0); in testViewNotAttachedNoCrash() local 220 MotionEvent ev = MotionEvent.obtain(0, 0, 0, 5 /* x */, 18 /* y */, 0); in testViewMiddleChildNotAttachedCrash() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowView.java | 124 public boolean dispatchTouchEvent(MotionEvent ev) { in dispatchTouchEvent() 137 public boolean onInterceptTouchEvent(MotionEvent ev) { in onInterceptTouchEvent() 150 public boolean onTouchEvent(MotionEvent ev) { in onTouchEvent() 293 Boolean handleDispatchTouchEvent(MotionEvent ev); in handleDispatchTouchEvent() 307 boolean shouldInterceptTouchEvent(MotionEvent ev); in shouldInterceptTouchEvent() 312 void didIntercept(MotionEvent ev); in didIntercept() 314 boolean handleTouchEvent(MotionEvent ev); in handleTouchEvent() 316 void didNotHandleTouchEvent(MotionEvent ev); in didNotHandleTouchEvent()
|
/frameworks/base/core/java/android/net/metrics/ |
D | IpConnectivityLog.java | 94 public boolean log(@NonNull ConnectivityMetricsEvent ev) { in log() 118 ConnectivityMetricsEvent ev = makeEv(data); in log() local 130 ConnectivityMetricsEvent ev = makeEv(data); in log() local 156 ConnectivityMetricsEvent ev = makeEv(data); in log() local 222 ConnectivityMetricsEvent ev = new ConnectivityMetricsEvent(); in makeEv() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ActivatableNotificationViewController.java | 71 public boolean onTouch(View v, MotionEvent ev) { in onTouch() 89 public boolean onInterceptTouchEvent(MotionEvent ev) { in onInterceptTouchEvent() 97 public boolean onTouchEvent(MotionEvent ev) { in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Gefingerpoken.java | 24 default boolean onInterceptTouchEvent(MotionEvent ev) { in onInterceptTouchEvent() 29 default boolean onTouchEvent(MotionEvent ev) { in onTouchEvent()
|
D | SwipeHelper.java | 178 private float getPos(MotionEvent ev) { in getPos() 182 private float getPerpendicularPos(MotionEvent ev) { in getPerpendicularPos() 306 public boolean onInterceptTouchEvent(final MotionEvent ev) { in onInterceptTouchEvent() 599 public void onDownUpdate(View currView, MotionEvent ev) { in onDownUpdate() 606 protected void onMoveUpdate(View view, MotionEvent ev, float totalTranslation, float delta) { in onMoveUpdate() 654 public boolean onTouchEvent(MotionEvent ev) { in onTouchEvent() 769 public boolean isDismissGesture(MotionEvent ev) { in isDismissGesture() 796 protected boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent() 907 View getChildAtPosition(MotionEvent ev); in getChildAtPosition()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | DragDetector.java | 61 boolean onMotionEvent(MotionEvent ev) { in onMotionEvent() 71 boolean onMotionEvent(View v, MotionEvent ev) { in onMotionEvent() 130 boolean handleMotionEvent(@Nullable View v, MotionEvent ev); in handleMotionEvent()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | DefaultNetworkMetrics.java | 140 DefaultNetworkEvent ev = mCurrentDefaultNetwork; in logCurrentDefaultNetwork() local 162 DefaultNetworkEvent ev = new DefaultNetworkEvent(timeMs); in newDefaultNetwork() local 178 private static void fillLinkInfo(DefaultNetworkEvent ev, Network network, LinkProperties lp, in fillLinkInfo() 186 private static void printEvent(long localTimeMs, PrintWriter pw, DefaultNetworkEvent ev) { in printEvent()
|
D | IpConnectivityEventBuilder.java | 83 public static IpConnectivityEvent toProto(ConnectivityMetricsEvent ev) { in toProto() 140 IpConnectivityLogClass.DefaultNetworkEvent ev = in toProto() local 158 final IpConnectivityEvent ev = new IpConnectivityEvent(); in buildEvent() local 343 private static void inferLinkLayer(IpConnectivityEvent ev) { in inferLinkLayer()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSScrollLayout.java | 68 public boolean onInterceptTouchEvent(MotionEvent ev) { in onInterceptTouchEvent() 77 public boolean onTouchEvent(MotionEvent ev) { in onTouchEvent() 92 public boolean shouldIntercept(MotionEvent ev) { in shouldIntercept()
|
D | NonInterceptingScrollView.java | 46 public boolean onTouchEvent(MotionEvent ev) { in onTouchEvent() 70 public boolean onInterceptTouchEvent(MotionEvent ev) { in onInterceptTouchEvent()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardClockAccessibilityDelegateTest.java | 58 AccessibilityEvent ev = AccessibilityEvent.obtain(); in onInitializeAccessibilityEvent_producesNonEmptyAsciiContentDesc() local 67 AccessibilityEvent ev = AccessibilityEvent.obtain(); in onPopulateAccessibilityEvent_producesNonEmptyAsciiText() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | FalsingCollector.java | 59 void onKeyEvent(KeyEvent ev); in onKeyEvent() 67 void onTouchEvent(MotionEvent ev); in onTouchEvent()
|
D | FalsingCollectorFake.java | 76 public void onKeyEvent(KeyEvent ev) { in onKeyEvent() 81 public void onTouchEvent(MotionEvent ev) { in onTouchEvent()
|
/frameworks/base/cmds/hid/jni/ |
D | com_android_commands_hid_Device.cpp | 153 struct uhid_event ev = {}; in open() local 200 struct uhid_event ev = {}; in ~Device() local 206 static void writeEvent(int fd, struct uhid_event& ev, const char* messageType) { in writeEvent() 219 struct uhid_event ev = {}; in sendReport() local 227 struct uhid_event ev = {}; in sendGetFeatureReportReply() local 238 struct uhid_event ev = {}; in sendSetReportReply() local 251 struct uhid_event ev; in handleEvents() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelper.java | 147 public void onDownUpdate(View currView, MotionEvent ev) { in onDownUpdate() 181 public void onMoveUpdate(View view, MotionEvent ev, float translation, float delta) { in onMoveUpdate() 190 public boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent() 209 protected void handleMenuRowSwipe(MotionEvent ev, View animView, float velocity, in handleMenuRowSwipe() 234 private void handleSwipeFromClosedState(MotionEvent ev, View animView, float velocity, in handleSwipeFromClosedState() 270 private void handleSwipeFromOpenState(MotionEvent ev, View animView, float velocity, in handleSwipeFromOpenState() 292 public boolean onInterceptTouchEvent(MotionEvent ev) { in onInterceptTouchEvent() 499 public static boolean isTouchInView(MotionEvent ev, View view) { in isTouchInView()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | WearGestureInterceptionDetector.java | 77 private int getIndexForValidPointer(MotionEvent ev) { in getIndexForValidPointer() 88 private void updateSwiping(MotionEvent ev) { in updateSwiping()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ObservableScrollView.java | 70 public boolean onTouchEvent(MotionEvent ev) { in onTouchEvent() 80 public boolean onInterceptTouchEvent(MotionEvent ev) { in onInterceptTouchEvent() 90 public boolean dispatchTouchEvent(MotionEvent ev) { in dispatchTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
D | BrightnessSliderView.java | 105 public boolean dispatchTouchEvent(MotionEvent ev) { in dispatchTouchEvent() 181 public boolean onInterceptTouchEvent(MotionEvent ev) { in onInterceptTouchEvent() 233 boolean onDispatchTouchEvent(MotionEvent ev); in onDispatchTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/ |
D | SwipeDetector.java | 74 abstract float getDisplacement(MotionEvent ev, int pointerIndex, PointF refPoint); in getDisplacement() 79 abstract float getActiveTouchSlop(MotionEvent ev, int pointerIndex, PointF downPos); in getActiveTouchSlop() 196 private boolean shouldScrollStart(MotionEvent ev, int pointerIndex) { in shouldScrollStart() 211 public boolean onTouchEvent(MotionEvent ev) { in onTouchEvent()
|
/frameworks/native/services/sensorservice/ |
D | RecentEventLogger.cpp | 66 const auto& ev = mRecentEvents[i]; in dump() local 102 const auto& ev = mRecentEvents[i]; in dump() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
D | OneHandedTouchHandler.java | 83 private boolean onMotionEvent(MotionEvent ev) { in onMotionEvent() 123 private void onInputEvent(InputEvent ev) { in onInputEvent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarContainer.java | 227 public boolean onInterceptTouchEvent(MotionEvent ev) { in onInterceptTouchEvent() 232 public boolean onTouchEvent(MotionEvent ev) { in onTouchEvent() 240 public boolean onHoverEvent(MotionEvent ev) { in onHoverEvent()
|
D | LinearLayoutWithDefaultTouchRecepient.java | 56 public boolean dispatchTouchEvent(MotionEvent ev) { in dispatchTouchEvent()
|
/frameworks/base/core/java/android/widget/ |
D | DropDownListView.java | 110 public boolean onTouchEvent(MotionEvent ev) { in onTouchEvent() 120 public boolean onHoverEvent(@NonNull MotionEvent ev) { in onHoverEvent()
|