Home
last modified time | relevance | path

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

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