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

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

Completed in 43 milliseconds