Searched defs:yDiff (Results 1 – 12 of 12) sorted by relevance
20 public static float evaluate(float xDiff, float yDiff, int type) { in evaluate()
119 int yDiff = Math.abs(y - mTouchDownY); in onInterceptTouchEvent() local191 int yDiff = Math.abs(y - mTouchDownY); in handleDragActionMoveEvent() local
351 float yDiff = y - mInitialTouchY; in isDirectionUpwards() local
1349 private boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept()
176 final int yDiff = loc2[1] - loc1[1]; in updateAnimators() local203 final int yDiff = loc2[1] - loc1[1]; in updateAnimators() local
296 final float yDiff = ev.getRawY() - mInitialTouchY; in onInterceptTouchEvent() local422 final float yDiff = ev.getRawY() - mInitialTouchY; in onTouchEvent() local
92 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local
263 int yDiff = Math.abs(y - mDownY); in handleTouchEvent() local
702 final float yDiff = y - mInitialDownY; in onInterceptTouchEvent() local
650 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local
528 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local
1231 final int yDiff = Math.abs(deltaY); in onScrollTouch() local2821 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEventScroll() local