Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java1757 int currentScrollY = getScrollY(); in onLayout() local
1758 int newScrollY = clamp(currentScrollY, parentSpace, childSize); in onLayout()
1759 if (newScrollY != currentScrollY) { in onLayout()