Searched refs:dragViewY (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 2023 solution.dragViewY = result[1]; in findReorderSolution() 2066 markCellsForView(solution.dragViewX, solution.dragViewY, solution.dragViewSpanX, in copySolutionToTempState() 2092 markCellsForView(solution.dragViewX, solution.dragViewY, solution.dragViewSpanX, in animateItemsToSolution() 2302 solution.dragViewY = result[1]; in findConfigurationNoShuffle() 2493 result[1] = finalSolution.dragViewY; in performReorder() 2509 result[1] = finalSolution.dragViewY; in performReorder() 2559 int dragViewX, dragViewY, dragViewSpanX, dragViewSpanY; field in CellLayout.ItemConfiguration
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 2188 solution.dragViewY = result[1]; in simpleSwap() 2231 markCellsForView(solution.dragViewX, solution.dragViewY, solution.dragViewSpanX, in copySolutionToTempState() 2257 markCellsForView(solution.dragViewX, solution.dragViewY, solution.dragViewSpanX, in animateItemsToSolution() 2444 solution.dragViewY = result[1]; in findConfigurationNoShuffle() 2632 result[1] = finalSolution.dragViewY; in createArea() 2681 int dragViewX, dragViewY, dragViewSpanX, dragViewSpanY; field in CellLayout.ItemConfiguration
|
D | Workspace.java | 2630 int dragViewX, int dragViewY, Matrix cachedInverseMatrix) { 2634 draggedItemTopLeft[1] = dragViewY;
|