Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java1728 int newDestinationPage = getDestinationPage(); in onScrollChanged() local
1729 if (newDestinationPage >= 0 && newDestinationPage != mCurrentScrollOverPage) { in onScrollChanged()
1730 mCurrentScrollOverPage = newDestinationPage; in onScrollChanged()