Searched defs:yDiff (Results 1 – 12 of 12) sorted by relevance
84 final int yDiff = Math.abs(y - mDownY); in onTouchEvent() local
89 final float yDiff = y - mDownY; in onInterceptTouchEvent() local
269 int yDiff = qsPosY - qqsPosY - yOffset; in translateContent() local
159 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
222 val yDiff = in recomputePadding() constant
503 val yDiff = target.centerOnScreen.y - in <lambda>() constant
378 float yDiff = target.getCenterOnScreen().y - mTmpLocation[1]; in animateIntoTarget() local
639 const double yDiff = fabs(argGestureY - dy); variable652 const double yDiff = fabs(argYDistance - y); variable
689 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local
3614 final int yDiff = Math.abs(deltaY); in onScrollTouch() local3898 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEventScroll() local
661 public boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept()