Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java332 int prevScroll; in ensureWithinScrollBounds() local
335 prevScroll = currScroll; in ensureWithinScrollBounds()
337 if (currScroll <= prevScroll) { in ensureWithinScrollBounds()
344 prevScroll = currScroll; in ensureWithinScrollBounds()
346 if (currScroll >= prevScroll) { in ensureWithinScrollBounds()