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.java282 int prevScroll; in ensureWithinScrollBounds() local
285 prevScroll = currScroll; in ensureWithinScrollBounds()
287 if (currScroll <= prevScroll) { in ensureWithinScrollBounds()
294 prevScroll = currScroll; in ensureWithinScrollBounds()
296 if (currScroll >= prevScroll) { in ensureWithinScrollBounds()