Searched refs:offsetInWindow (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DNestedScrollingChildHelper.java203 int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow) {
205 offsetInWindow, TYPE_TOUCH);
218 int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow,
229 if (offsetInWindow != null) {
230 mView.getLocationInWindow(offsetInWindow);
231 startX = offsetInWindow[0];
232 startY = offsetInWindow[1];
238 if (offsetInWindow != null) {
239 mView.getLocationInWindow(offsetInWindow);
240 offsetInWindow[
202 dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow) argument
217 dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow, @NestedScrollType int type) argument
262 dispatchNestedPreScroll(int dx, int dy, @Nullable int[] consumed, @Nullable int[] offsetInWindow) argument
276 dispatchNestedPreScroll(int dx, int dy, @Nullable int[] consumed, @Nullable int[] offsetInWindow, @NestedScrollType int type) argument
[all...]
H A DNestedScrollingChild.java148 * @param offsetInWindow Optional. If not null, on return this will contain the offset
156 int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow);
170 * @param offsetInWindow Optional. If not null, on return this will contain the offset
178 @Nullable int[] offsetInWindow);
155 dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow) argument
177 dispatchNestedPreScroll(int dx, int dy, @Nullable int[] consumed, @Nullable int[] offsetInWindow) argument
H A DNestedScrollingChild2.java123 * @param offsetInWindow Optional. If not null, on return this will contain the offset
132 int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow,
147 * @param offsetInWindow Optional. If not null, on return this will contain the offset
156 @Nullable int[] offsetInWindow, @NestedScrollType int type);
131 dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow, @NestedScrollType int type) argument
155 dispatchNestedPreScroll(int dx, int dy, @Nullable int[] consumed, @Nullable int[] offsetInWindow, @NestedScrollType int type) argument
H A DViewCompat.java2547 * @param offsetInWindow Optional. If not null, on return this will contain the offset
2555 int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow) {
2558 offsetInWindow);
2562 dxUnconsumed, dyUnconsumed, offsetInWindow);
2578 * @param offsetInWindow Optional. If not null, on return this will contain the offset
2586 @Nullable int[] consumed, @Nullable int[] offsetInWindow) {
2588 return view.dispatchNestedPreScroll(dx, dy, consumed, offsetInWindow);
2592 offsetInWindow);
2696 * @param offsetInWindow Optional. If not null, on return this will contain the offset
2705 int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow,
2554 dispatchNestedScroll(@onNull View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow) argument
2585 dispatchNestedPreScroll(@onNull View view, int dx, int dy, @Nullable int[] consumed, @Nullable int[] offsetInWindow) argument
2704 dispatchNestedScroll(@onNull View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow, @NestedScrollType int type) argument
2737 dispatchNestedPreScroll(@onNull View view, int dx, int dy, @Nullable int[] consumed, @Nullable int[] offsetInWindow, @NestedScrollType int type) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DNestedScrollingChild.java144 * @param offsetInWindow Optional. If not null, on return this will contain the offset
152 int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow);
166 * @param offsetInWindow Optional. If not null, on return this will contain the offset
173 boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow); argument
151 dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java236 int dyUnconsumed, int[] offsetInWindow, int type) {
238 offsetInWindow, type);
242 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow, argument
244 return mChildHelper.dispatchNestedPreScroll(dx, dy, consumed, offsetInWindow, type);
276 int dyUnconsumed, int[] offsetInWindow) {
278 offsetInWindow, ViewCompat.TYPE_TOUCH);
282 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) { argument
283 return dispatchNestedPreScroll(dx, dy, consumed, offsetInWindow, ViewCompat.TYPE_TOUCH);
235 dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow, int type) argument
275 dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
H A DNestedScrollViewNestedScrollingParentTest.java692 int dyUnconsumed, @Nullable int[] offsetInWindow, int type) {
698 @Nullable int[] offsetInWindow, int type) {
729 int dyUnconsumed, int[] offsetInWindow) {
735 int[] offsetInWindow) {
691 dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow, int type) argument
697 dispatchNestedPreScroll(int dx, int dy, @Nullable int[] consumed, @Nullable int[] offsetInWindow, int type) argument
728 dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
734 dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) argument
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
H A DSwipeRefreshLayout.java878 int dyUnconsumed, int[] offsetInWindow) {
880 dxUnconsumed, dyUnconsumed, offsetInWindow);
884 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) { argument
886 dx, dy, consumed, offsetInWindow);
877 dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
/frameworks/base/core/java/android/view/
H A DView.java24627 * @param offsetInWindow Optional. If not null, on return this will contain the offset
24635 int dxUnconsumed, int dyUnconsumed, @Nullable @Size(2) int[] offsetInWindow) {
24640 if (offsetInWindow != null) {
24641 getLocationInWindow(offsetInWindow);
24642 startX = offsetInWindow[0];
24643 startY = offsetInWindow[1];
24649 if (offsetInWindow != null) {
24650 getLocationInWindow(offsetInWindow);
24651 offsetInWindow[0] -= startX;
24652 offsetInWindow[
24634 dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, @Nullable @Size(2) int[] offsetInWindow) argument
24683 dispatchNestedPreScroll(int dx, int dy, @Nullable @Size(2) int[] consumed, @Nullable @Size(2) int[] offsetInWindow) argument
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java11260 int dyUnconsumed, int[] offsetInWindow) {
11262 dxUnconsumed, dyUnconsumed, offsetInWindow);
11267 int dyUnconsumed, int[] offsetInWindow, int type) {
11269 dxUnconsumed, dyUnconsumed, offsetInWindow, type);
11273 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) { argument
11274 return getScrollingChildHelper().dispatchNestedPreScroll(dx, dy, consumed, offsetInWindow);
11278 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow, argument
11280 return getScrollingChildHelper().dispatchNestedPreScroll(dx, dy, consumed, offsetInWindow,
11259 dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
11266 dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow, int type) argument

Completed in 2842 milliseconds