Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java1804 int newDestinationPage = getDestinationPage(); in onScrollChanged() local
1805 if (newDestinationPage >= 0 && newDestinationPage != mCurrentScrollOverPage) { in onScrollChanged()
1806 mCurrentScrollOverPage = newDestinationPage; in onScrollChanged()