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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DHotseat.java82 int getOrderInHotseat(int x, int y) { method in class:Hotseat
H A DLauncherModel.java426 item.screen = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
459 item.screen = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
600 item.screen = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
H A DWorkspace.java529 screen = mLauncher.getHotseat().getOrderInHotseat(x, y);
2031 hotseat.getOrderInHotseat(mTargetCell[0], mTargetCell[1]))) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java87 int getOrderInHotseat(int x, int y) { method in class:Hotseat
H A DLauncherModel.java644 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
676 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(item.cellX,
708 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
849 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
H A DWorkspace.java834 screenId = mLauncher.getHotseat().getOrderInHotseat(x, y);
2539 hotseat.getOrderInHotseat(mTargetCell[0], mTargetCell[1]))) {

Completed in 107 milliseconds