Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1090 final int oldDragCellY = mDragCell[1]; in visualizeDropLocation() local
1096 if (cellX != oldDragCellX || cellY != oldDragCellY) { in visualizeDropLocation()
/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()