Searched refs:targetCell (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java2044 boolean willCreateUserFolder(ItemInfo info, CellLayout target, int[] targetCell, float argument
2047 View dropOverView = target.getChildAt(targetCell[0], targetCell[1]);
2073 boolean willAddToExistingUserFolder(Object dragInfo, CellLayout target, int[] targetCell, argument
2076 View dropOverView = target.getChildAt(targetCell[0], targetCell[1]);
2095 int[] targetCell, float distance, boolean external, DragView dragView,
2098 View v = target.getChildAt(targetCell[0], targetCell[1]);
2103 hasntMoved = (mDragInfo.cellX == targetCell[
2094 createUserFolderIfNecessary(View newView, long container, CellLayout target, int[] targetCell, float distance, boolean external, DragView dragView, Runnable postAnimationRunnable) argument
2147 addToExistingFolderIfNecessary(View newView, CellLayout target, int[] targetCell, float distance, DragObject d, boolean external) argument
2876 manageFolderFeedback(ItemInfo info, CellLayout targetLayout, int[] targetCell, float distance, View dragOverView) argument
3203 getFinalPositionForDropAnimation(int[] loc, float[] scaleXY, DragView dragView, CellLayout layout, ItemInfo info, int[] targetCell, boolean external, boolean scale) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2472 boolean willCreateUserFolder(ItemInfo info, CellLayout target, int[] targetCell, float argument
2475 View dropOverView = target.getChildAt(targetCell[0], targetCell[1]);
2501 boolean willAddToExistingUserFolder(Object dragInfo, CellLayout target, int[] targetCell, argument
2504 View dropOverView = target.getChildAt(targetCell[0], targetCell[1]);
2523 int[] targetCell, float distance, boolean external, DragView dragView,
2526 View v = target.getChildAt(targetCell[0], targetCell[1]);
2531 hasntMoved = (mDragInfo.cellX == targetCell[
2522 createUserFolderIfNecessary(View newView, long container, CellLayout target, int[] targetCell, float distance, boolean external, DragView dragView, Runnable postAnimationRunnable) argument
2575 addToExistingFolderIfNecessary(View newView, CellLayout target, int[] targetCell, float distance, DragObject d, boolean external) argument
3269 manageFolderFeedback(ItemInfo info, CellLayout targetLayout, int[] targetCell, float distance, View dragOverView, boolean accessibleDrag) argument
3598 getFinalPositionForDropAnimation(int[] loc, float[] scaleXY, DragView dragView, CellLayout layout, ItemInfo info, int[] targetCell, boolean external, boolean scale) argument
[all...]

Completed in 17 milliseconds