Searched refs:getOrderInHotseat (Results 1 - 7 of 7) 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.java437 item.screen = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
470 item.screen = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
618 item.screen = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
H A DWorkspace.java530 screen = mLauncher.getHotseat().getOrderInHotseat(x, y);
2032 hotseat.getOrderInHotseat(mTargetCell[0], mTargetCell[1]))) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java86 int getOrderInHotseat(int x, int y) { method in class:Hotseat
H A DLauncherModel.java779 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
811 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(item.cellX,
843 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
1019 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
H A DWorkspace.java1016 screenId = mLauncher.getHotseat().getOrderInHotseat(x, y);
2857 hotseat.getOrderInHotseat(mTargetCell[0], mTargetCell[1]))) {
H A DLauncher.java3077 mHotseat.getOrderInHotseat(

Completed in 1111 milliseconds