Searched refs:getDirectionVectorForDrop (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 2324 private void getDirectionVectorForDrop(int dragViewCenterX, int dragViewCenterY, int spanX, in getDirectionVectorForDrop() method in CellLayout 2465 getDirectionVectorForDrop(pixelX, pixelY, spanX, spanY, dragView, mDirectionVector); in performReorder()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 2466 private void getDirectionVectorForDrop(int dragViewCenterX, int dragViewCenterY, int spanX, in getDirectionVectorForDrop() method in CellLayout 2606 getDirectionVectorForDrop(pixelX, pixelY, spanX, spanY, dragView, mDirectionVector); in createArea()
|