Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DEmergencyButton.java80 final int yDiff = Math.abs(y - mDownY); in onTouchEvent() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DNonInterceptingScrollView.java89 final float yDiff = y - mDownY; in onInterceptTouchEvent() local
H A DQSAnimator.java270 int yDiff = qsPosY - qqsPosY - yOffset; in translateContent() local
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
H A DDefaultClockController.kt198 val yDiff = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSimpleMirrorWindowControl.java159 int yDiff = (int) (event.getRawY() - mLastDrag.y); in handleDragState() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java333 final float yDiff = ev.getRawY() - mInitialTouchY; in onInterceptTouchEvent() local
461 final float yDiff = ev.getRawY() - mInitialTouchY; in onTouchEvent() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/
H A DMagnetizedObject.kt498 val yDiff = target.centerOnScreen.y - regex
/aosp14/frameworks/base/core/java/android/widget/
H A DScrollView.java667 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java3584 final int yDiff = Math.abs(deltaY); in onScrollTouch() local
3860 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEventScroll() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java662 public boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept()
H A DNotificationPanelViewController.java3692 float yDiff = y - mInitialExpandY; in isDirectionUpwards() local