Home
last modified time | relevance | path

Searched refs:offsetInWindow (Results 1 – 4 of 4) 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.java485 Point offsetInWindow) { in createScrollCaptureCallbackInternal() argument
541 Point offsetInWindow) { in createScrollCaptureCallbackInternal() argument
/frameworks/base/core/java/android/view/
DView.java29860 int dxUnconsumed, int dyUnconsumed, @Nullable @Size(2) int[] offsetInWindow) { in dispatchNestedScroll() argument
29865 if (offsetInWindow != null) { in dispatchNestedScroll()
29866 getLocationInWindow(offsetInWindow); in dispatchNestedScroll()
29867 startX = offsetInWindow[0]; in dispatchNestedScroll()
29868 startY = offsetInWindow[1]; in dispatchNestedScroll()
29874 if (offsetInWindow != null) { in dispatchNestedScroll()
29875 getLocationInWindow(offsetInWindow); in dispatchNestedScroll()
29876 offsetInWindow[0] -= startX; in dispatchNestedScroll()
29877 offsetInWindow[1] -= startY; in dispatchNestedScroll()
29880 } else if (offsetInWindow != null) { in dispatchNestedScroll()
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...