Home
last modified time | relevance | path

Searched refs:totalY (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt315 var totalY = y regex
318 totalY += mTemp2[1].toFloat()
319 val childAtRawPosition = stackScrollerController.getChildAtRawPosition(totalX, totalY)
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGestureRecognizer.java34 boolean onScroll(float dx, float dy, float totalX, float totalY); in onScroll() argument
H A DPhotoView.java1035 public boolean onScroll(float dx, float dy, float totalX, float totalY) { in onScroll() argument
1049 int newDeltaY = calculateDeltaY(totalY); in onScroll()