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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java2798 * hold a cell of the specified dimensions. If intersectX and intersectY are not -1,
2800 * (intersectX, intersectY)
2829 * Like above, but if intersectX and intersectY are not -1, then this method will try to
2830 * return coordinates for rectangles that contain the cell [intersectX, intersectY]
2835 * @param intersectX The X coordinate of the cell that we should try to overlap
2836 * @param intersectX The Y coordinate of the cell that we should try to overlap
2841 int intersectX, int intersectY) {
2843 cellXY, spanX, spanY, intersectX, intersectY, null, mOccupied);
2850 int intersectX, int intersectY, View ignoreView, boolean occupied[][]) {
2857 if (intersectX >
2840 findCellForSpanThatIntersects(int[] cellXY, int spanX, int spanY, int intersectX, int intersectY) argument
2849 findCellForSpanThatIntersectsIgnoring(int[] cellXY, int spanX, int spanY, int intersectX, int intersectY, View ignoreView, boolean occupied[][]) argument
[all...]
H A DWorkspace.java1948 int cellX, int cellY, boolean insertAtFirst, int intersectX, int intersectY) {
1952 target.findCellForSpanThatIntersects(cellXY, 1, 1, intersectX, intersectY);
1947 addApplicationShortcut(ShortcutInfo info, CellLayout target, long container, int screen, int cellX, int cellY, boolean insertAtFirst, int intersectX, int intersectY) argument

Completed in 102 milliseconds