Searched refs:dragViewX (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 2022 solution.dragViewX = result[0]; in findReorderSolution() 2066 markCellsForView(solution.dragViewX, solution.dragViewY, solution.dragViewSpanX, in copySolutionToTempState() 2092 markCellsForView(solution.dragViewX, solution.dragViewY, solution.dragViewSpanX, in animateItemsToSolution() 2301 solution.dragViewX = result[0]; in findConfigurationNoShuffle() 2492 result[0] = finalSolution.dragViewX; in performReorder() 2508 result[0] = finalSolution.dragViewX; in performReorder() 2559 int dragViewX, dragViewY, dragViewSpanX, dragViewSpanY; field in CellLayout.ItemConfiguration
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 2187 solution.dragViewX = result[0]; in simpleSwap() 2231 markCellsForView(solution.dragViewX, solution.dragViewY, solution.dragViewSpanX, in copySolutionToTempState() 2257 markCellsForView(solution.dragViewX, solution.dragViewY, solution.dragViewSpanX, in animateItemsToSolution() 2443 solution.dragViewX = result[0]; in findConfigurationNoShuffle() 2631 result[0] = finalSolution.dragViewX; in createArea() 2681 int dragViewX, dragViewY, dragViewSpanX, dragViewSpanY; field in CellLayout.ItemConfiguration
|
D | Workspace.java | 2630 int dragViewX, int dragViewY, Matrix cachedInverseMatrix) { 2633 draggedItemTopLeft[0] = dragViewX;
|