Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarViewTaskSwitchHelper.java72 int yDiff = Math.abs(y - mTouchDownY); in onInterceptTouchEvent() local
DNotificationPanelView.java1290 private boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java305 final float yDiff = ev.getRawY() - mInitialTouchY; in onInterceptTouchEvent() local
423 final float yDiff = ev.getRawY() - mInitialTouchY; in onTouchEvent() local
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeRefreshLayout.java664 final float yDiff = y - mInitialDownY; in onInterceptTouchEvent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java817 final int yDiff = Math.abs(deltaY); in onScrollTouch() local
1914 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEventScroll() local
/frameworks/base/core/java/android/widget/
DScrollView.java514 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local