Home
last modified time | relevance | path

Searched defs:yDiff (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DDirectionEvaluator.java20 public static float evaluate(float xDiff, float yDiff, int type) { in evaluate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java193 final int yDiff = loc2[1] - loc1[1]; in updateAnimators() local
219 final int yDiff = loc2[1] - loc1[1]; in updateAnimators() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DEmergencyButton.java145 final int yDiff = Math.abs(y - mDownY); in onTouchEvent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java303 final float yDiff = ev.getRawY() - mInitialTouchY; in onInterceptTouchEvent() local
431 final float yDiff = ev.getRawY() - mInitialTouchY; in onTouchEvent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java207 int yDiff = Math.abs(y - mTouchDownY); in handleDragActionMoveEvent() local
DQuickStepController.java228 int yDiff = Math.abs(y - mTouchDownY); in handleTouchEvent() local
DPanelView.java432 float yDiff = y - mInitialTouchY; in isDirectionUpwards() local
DNotificationPanelView.java1507 private boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java265 int yDiff = Math.abs(y - mDownY); in handleTouchEvent() local
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
DSwipeRefreshLayout.java1080 final float yDiff = y - mInitialDownY; in startDragging() local
/frameworks/base/core/java/android/widget/
DScrollView.java538 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local
/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java729 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local