Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DNestedScrollingChild.java153 int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow); in dispatchNestedScroll() argument
175 @Nullable int[] offsetInWindow); in dispatchNestedPreScroll() argument
/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupScrollCaptureTest.java544 Point offsetInWindow) { in createScrollCaptureCallbackInternal() argument
600 Point offsetInWindow) { in createScrollCaptureCallbackInternal() argument
/frameworks/base/core/java/android/view/
DView.java30177 int dxUnconsumed, int dyUnconsumed, @Nullable @Size(2) int[] offsetInWindow) { in dispatchNestedScroll() argument
30182 if (offsetInWindow != null) { in dispatchNestedScroll()
30183 getLocationInWindow(offsetInWindow); in dispatchNestedScroll()
30184 startX = offsetInWindow[0]; in dispatchNestedScroll()
30185 startY = offsetInWindow[1]; in dispatchNestedScroll()
30191 if (offsetInWindow != null) { in dispatchNestedScroll()
30192 getLocationInWindow(offsetInWindow); in dispatchNestedScroll()
30193 offsetInWindow[0] -= startX; in dispatchNestedScroll()
30194 offsetInWindow[1] -= startY; in dispatchNestedScroll()
30197 } else if (offsetInWindow != null) { in dispatchNestedScroll()
[all …]