Home
last modified time | relevance | path

Searched defs:oldScrollY (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/ActionBarShadow/src/com/android/settingslib/widget/
H A DActionBarShadowController.java112 int oldScrollY) { in onScrollChange()
/aosp12/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
H A DContactsFragment.java279 public void onScrollChange(View v, int scrollX, int scrollY, int oldScrollX, int oldScrollY) { in onScrollChange()
/aosp12/frameworks/base/core/java/android/widget/
H A DScrollView.java939 int oldScrollY = mScrollY; in onGenericMotionEvent() local
1847 final int oldScrollY = mScrollY; in onNestedScroll() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java3420 int oldScrollY = mOwnScrollY; in onGenericMotionEvent() local
/aosp12/frameworks/base/core/java/android/view/
H A DView.java16652 void onScrollChange(View v, int scrollX, int scrollY, int oldScrollX, int oldScrollY); in onScrollChange()