Searched defs:yDiff (Results 1 – 11 of 11) sorted by relevance
80 final int yDiff = Math.abs(y - mDownY); in onTouchEvent() local
89 final float yDiff = y - mDownY; in onInterceptTouchEvent() local
270 int yDiff = qsPosY - qqsPosY - yOffset; in translateContent() local
198 val yDiff = regex
159 int yDiff = (int) (event.getRawY() - mLastDrag.y); in handleDragState() local
333 final float yDiff = ev.getRawY() - mInitialTouchY; in onInterceptTouchEvent() local461 final float yDiff = ev.getRawY() - mInitialTouchY; in onTouchEvent() local
498 val yDiff = target.centerOnScreen.y - regex
667 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local
3584 final int yDiff = Math.abs(deltaY); in onScrollTouch() local3860 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEventScroll() local
662 public boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept()
3692 float yDiff = y - mInitialExpandY; in isDirectionUpwards() local