Searched defs:mTmpAddItemCellCoordinates (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java232 private int[] mTmpAddItemCellCoordinates = new int[2]; field in class:Launcher
1099 final int[] cellXY = mTmpAddItemCellCoordinates;
1134 int[] cellXY = mTmpAddItemCellCoordinates;
1233 int[] cellXY = mTmpAddItemCellCoordinates;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java239 private final int[] mTmpAddItemCellCoordinates = new int[2]; field in class:Launcher
1415 int[] cellXY = mTmpAddItemCellCoordinates;

Completed in 34 milliseconds