Searched refs:offsetInWindow (Results 1 – 3 of 3) sorted by relevance
153 int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow); in dispatchNestedScroll() argument175 @Nullable int[] offsetInWindow); in dispatchNestedPreScroll() argument
544 Point offsetInWindow) { in createScrollCaptureCallbackInternal() argument600 Point offsetInWindow) { in createScrollCaptureCallbackInternal() argument
30177 int dxUnconsumed, int dyUnconsumed, @Nullable @Size(2) int[] offsetInWindow) { in dispatchNestedScroll() argument30182 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 …]