/frameworks/base/core/java/android/service/autofill/ |
D | InlineSuggestionRoot.java | 43 private float mDownX; field in InlineSuggestionRoot 59 mDownX = event.getX(); in dispatchTouchEvent() 66 final float distance = MathUtils.dist(mDownX, mDownY, in dispatchTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | EmergencyButton.java | 40 private int mDownX; field in EmergencyButton 80 mDownX = x; in onTouchEvent() 84 final int xDiff = Math.abs(x - mDownX); in onTouchEvent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SystemGesturesPointerEventListener.java | 61 private final float[] mDownX = new float[MAX_TRACKED_POINTERS]; field in SystemGesturesPointerEventListener 222 mDownX[i] = event.getX(pointerIndex); in captureDown() 226 + " down x=" + mDownX[i] + " y=" + mDownY[i]); in captureDown() 231 return r.contains((int) mDownX[0], (int) mDownY[0]); in currentGestureStartedInRegion() 273 final float fromX = mDownX[i]; in detectSwipe()
|
/frameworks/base/core/java/android/view/ |
D | NotificationHeaderView.java | 208 private float mDownX; field in NotificationHeaderView.HeaderTouchListener 263 mDownX = x; in onTouch() 271 if (Math.abs(mDownX - x) > mTouchSlop in onTouch() 282 mDownX - topLineX, mDownY - topLineY)) { in onTouch()
|
D | NotificationTopLineView.java | 291 private float mDownX; field in NotificationTopLineView.HeaderTouchListener 327 mDownX = x; in onTouch() 335 if (Math.abs(mDownX - x) > mTouchSlop in onTouch() 342 if (mTrackGesture && onTouchUp(x, y, mDownX, mDownY)) { in onTouch()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | AccessibilityFloatingMenuView.java | 116 private int mDownX; field in AccessibilityFloatingMenuView 262 mDownX = currentRawX; in onInterceptTouchEvent() 264 mRelativeToPointerDownX = mCurrentLayoutParams.x - mDownX; in onInterceptTouchEvent() 270 || hasExceededTouchSlop(mDownX, mDownY, currentRawX, currentRawY)) { in onInterceptTouchEvent() 278 isMovingTowardsScreenEdge(mAlignment, currentRawX, mDownX) in onInterceptTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 190 private int mDownX; field in NotificationStackScrollLayout 3438 mDownX = (int) ev.getX(); in onScrollTouch() 3452 final int xDiff = Math.abs(x - mDownX); in onScrollTouch() 3540 mDownX = (int) ev.getX(index); in onScrollTouch() 3547 mDownX = (int) ev.getX(ev.findPointerIndex(mActivePointerId)); in onScrollTouch() 3702 final int xDiff = Math.abs(x - mDownX); in onInterceptTouchEventScroll() 3706 mDownX = x; in onInterceptTouchEventScroll() 3729 mDownX = (int) ev.getX(); in onInterceptTouchEventScroll()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelViewController.java | 392 private float mDownX; field in NotificationPanelViewController 1719 mDownX = event.getX(); in initDownStates() 1722 mIsPanelCollapseOnQQS = canPanelCollapseOnQQS(mDownX, mDownY); in initDownStates() 3890 if (!shouldQuickSettingsIntercept(mDownX, mDownY, 0) in createTouchHandler() 3943 && !shouldQuickSettingsIntercept(mDownX, mDownY, 0)) in createTouchHandler()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 64824 Landroid/view/NotificationHeaderView$HeaderTouchListener;->mDownX:F
|