Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java956 final int oldDragCellX = mDragCell[0]; in visualizeDropLocation() local
964 if (cellX != oldDragCellX || cellY != oldDragCellY) { in visualizeDropLocation()