Home
last modified time | relevance | path

Searched refs:dragViewSpanY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java2025 solution.dragViewSpanY = spanY; in findReorderSolution()
2067 solution.dragViewSpanY, mTmpOccupied, true); in copySolutionToTempState()
2093 solution.dragViewSpanY, occupied, true); in animateItemsToSolution()
2304 solution.dragViewSpanY = resultSpan[1]; in findConfigurationNoShuffle()
2495 resultSpan[1] = finalSolution.dragViewSpanY; in performReorder()
2511 resultSpan[1] = finalSolution.dragViewSpanY; in performReorder()
2559 int dragViewX, dragViewY, dragViewSpanX, dragViewSpanY; field in CellLayout.ItemConfiguration
2582 return dragViewSpanX * dragViewSpanY; in area()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java2190 solution.dragViewSpanY = spanY; in simpleSwap()
2232 solution.dragViewSpanY, mTmpOccupied, true); in copySolutionToTempState()
2258 solution.dragViewSpanY, occupied, true); in animateItemsToSolution()
2446 solution.dragViewSpanY = resultSpan[1]; in findConfigurationNoShuffle()
2634 resultSpan[1] = finalSolution.dragViewSpanY; in createArea()
2681 int dragViewX, dragViewY, dragViewSpanX, dragViewSpanY; field in CellLayout.ItemConfiguration
2704 return dragViewSpanX * dragViewSpanY; in area()