Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java1212 final int oldDragCellY = mDragCell[1]; in visualizeDropLocation() local
1224 if (cellX != oldDragCellX || cellY != oldDragCellY) { in visualizeDropLocation()