Home
last modified time | relevance | path

Searched defs:yDiff (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DDirectionEvaluator.java20 public static float evaluate(float xDiff, float yDiff, int type) { in evaluate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java119 int yDiff = Math.abs(y - mTouchDownY); in onInterceptTouchEvent() local
191 int yDiff = Math.abs(y - mTouchDownY); in handleDragActionMoveEvent() local
DPanelView.java351 float yDiff = y - mInitialTouchY; in isDirectionUpwards() local
DNotificationPanelView.java1349 private boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java176 final int yDiff = loc2[1] - loc1[1]; in updateAnimators() local
203 final int yDiff = loc2[1] - loc1[1]; in updateAnimators() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java296 final float yDiff = ev.getRawY() - mInitialTouchY; in onInterceptTouchEvent() local
422 final float yDiff = ev.getRawY() - mInitialTouchY; in onTouchEvent() local
/frameworks/support/design/src/android/support/design/widget/
DHeaderBehavior.java92 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java263 int yDiff = Math.abs(y - mDownY); in handleTouchEvent() local
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeRefreshLayout.java702 final float yDiff = y - mInitialDownY; in onInterceptTouchEvent() local
DNestedScrollView.java650 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local
/frameworks/base/core/java/android/widget/
DScrollView.java528 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1231 final int yDiff = Math.abs(deltaY); in onScrollTouch() local
2821 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEventScroll() local