Searched defs:yDiff (Results 1 – 12 of 12) sorted by relevance
89 final float yDiff = y - mDownY; in onInterceptTouchEvent() local
269 int yDiff = qsPosY - qqsPosY - yOffset; in translateContent() local
100 final int yDiff = Math.abs(y - mDownY); in onTouchEvent() local
160 int yDiff = (int) (event.getRawY() - mLastDrag.y); in handleDragState() local
334 final float yDiff = ev.getRawY() - mInitialTouchY; in onInterceptTouchEvent() local462 final float yDiff = ev.getRawY() - mInitialTouchY; in onTouchEvent() local
504 val yDiff = target.centerOnScreen.y - in <lambda>() constant
767 const double yDiff = fabs(argGestureY - dy); variable780 const double yDiff = fabs(argYDistance - y); variable
518 float yDiff = target.getCenterOnScreen().y - mTmpLocation[1]; in animateIntoTarget() local
690 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local
3821 final int yDiff = Math.abs(deltaY); in onScrollTouch() local4139 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEventScroll() local
668 public boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept()
1181 val yDiff: Float = y - downY in onInterceptTouchEvent() constant