Home
last modified time | relevance | path

Searched refs:dragViewY (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java2065 solution.dragViewY = result[1]; in findReorderSolution()
2108 markCellsForView(solution.dragViewX, solution.dragViewY, solution.dragViewSpanX, in copySolutionToTempState()
2134 markCellsForView(solution.dragViewX, solution.dragViewY, solution.dragViewSpanX, in animateItemsToSolution()
2337 solution.dragViewY = result[1]; in findConfigurationNoShuffle()
2528 result[1] = finalSolution.dragViewY; in performReorder()
2544 result[1] = finalSolution.dragViewY; in performReorder()
2594 int dragViewX, dragViewY, dragViewSpanX, dragViewSpanY; field in CellLayout.ItemConfiguration
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java2188 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
DWorkspace.java2630 int dragViewX, int dragViewY, Matrix cachedInverseMatrix) {
2634 draggedItemTopLeft[1] = dragViewY;