Home
last modified time | relevance | path

Searched defs:cellXY (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DShortcutAndWidgetContainer.java149 final int[] cellXY = mTmpCellXY; in onLayout() local
DCellLayout.java752 final int cellXY[] = mTmpXY; in setTagToCellInfoForPoint() local
1453 final int[] cellXY = mTmpXY; in findNearestArea() local
2809 boolean findCellForSpan(int[] cellXY, int spanX, int spanY) { in findCellForSpan()
2823 boolean findCellForSpanIgnoring(int[] cellXY, int spanX, int spanY, View ignoreView) { in findCellForSpanIgnoring()
2840 boolean findCellForSpanThatIntersects(int[] cellXY, int spanX, int spanY, in findCellForSpanThatIntersects()
2849 boolean findCellForSpanThatIntersectsIgnoring(int[] cellXY, int spanX, int spanY, in findCellForSpanThatIntersectsIgnoring()
DLauncher.java1099 final int[] cellXY = mTmpAddItemCellCoordinates; in completeAddApplication() local
1134 int[] cellXY = mTmpAddItemCellCoordinates; in completeAddShortcut() local
1233 int[] cellXY = mTmpAddItemCellCoordinates; in completeAddAppWidget() local
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java188 final int[] cellXY = mTmpCellXY; in onLayout() local
DCellLayout.java1289 final int[] cellXY = mTmpPoint; in findNearestArea() local
2647 public boolean findCellForSpan(int[] cellXY, int spanX, int spanY) { in findCellForSpan()
DLauncher.java1497 int[] cellXY = mTmpAddItemCellCoordinates; in completeAddShortcut() local