Searched refs:dragViewX (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 1970 solution.dragViewX = result[0]; in findReorderSolution() 2014 markCellsForView(solution.dragViewX, solution.dragViewY, solution.dragViewSpanX, in copySolutionToTempState() 2040 markCellsForView(solution.dragViewX, solution.dragViewY, solution.dragViewSpanX, in animateItemsToSolution() 2242 solution.dragViewX = result[0]; in findConfigurationNoShuffle() 2433 result[0] = finalSolution.dragViewX; in performReorder() 2449 result[0] = finalSolution.dragViewX; in performReorder() 2500 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;
|