HomeSort by relevance Sort by last modified time
    Searched refs:getOrderInHotseat (Results 1 - 7 of 7) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 82 int getOrderInHotseat(int x, int y) {
LauncherModel.java 427 item.screen = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
460 item.screen = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
601 item.screen = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
    [all...]
Workspace.java 529 screen = mLauncher.getHotseat().getOrderInHotseat(x, y);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 87 int getOrderInHotseat(int x, int y) {
LauncherModel.java     [all...]
Workspace.java     [all...]
Launcher.java     [all...]

Completed in 634 milliseconds