Home
last modified time | relevance | path

Searched defs:yDiff (Results 1 – 8 of 8) 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/qs/
DQSAnimator.java196 final int yDiff = loc2[1] - loc1[1]; in updateAnimators() local
234 final int yDiff = loc2[1] - loc1[1]; in updateAnimators() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DEmergencyButton.java148 final int yDiff = Math.abs(y - mDownY); in onTouchEvent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java303 final float yDiff = ev.getRawY() - mInitialTouchY; in onInterceptTouchEvent() local
431 final float yDiff = ev.getRawY() - mInitialTouchY; in onTouchEvent() local
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java265 int yDiff = Math.abs(y - mDownY); in handleTouchEvent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java437 float yDiff = y - mInitialTouchY; in isDirectionUpwards() local
DNotificationPanelView.java1757 private boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept()
/frameworks/base/core/java/android/widget/
DScrollView.java640 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local