Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java585 private boolean hitsPage(int index, float x, float y) { in hitsPage() method in Workspace
604 return LauncherApplication.isScreenLarge() && hitsPage(current - 1, x, y); in hitsPreviousPage()
615 return LauncherApplication.isScreenLarge() && hitsPage(current + 1, x, y); in hitsNextPage()