Home
last modified time | relevance | path

Searched defs:offsetInWindow (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DNestedScrollingChild.java152 int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow); in dispatchNestedScroll()
173 boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow); in dispatchNestedPreScroll()
/frameworks/base/core/java/android/view/
DView.java26044 int dxUnconsumed, int dyUnconsumed, @Nullable @Size(2) int[] offsetInWindow) { in dispatchNestedScroll()
26093 @Nullable @Size(2) int[] consumed, @Nullable @Size(2) int[] offsetInWindow) { in dispatchNestedPreScroll()