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.java2875 boolean willCreateUserFolder(ItemInfo info, CellLayout target, int[] targetCell, float argument
2878 View dropOverView = target.getChildAt(targetCell[0], targetCell[1]);
2904 boolean willAddToExistingUserFolder(Object dragInfo, CellLayout target, int[] targetCell, argument
2907 View dropOverView = target.getChildAt(targetCell[0], targetCell[1]);
2926 int[] targetCell, float distance, boolean external, DragView dragView,
2929 View v = target.getChildAt(targetCell[0], targetCell[1]);
2934 hasntMoved = (mDragInfo.cellX == targetCell[
2925 createUserFolderIfNecessary(View newView, long container, CellLayout target, int[] targetCell, float distance, boolean external, DragView dragView, Runnable postAnimationRunnable) argument
2978 addToExistingFolderIfNecessary(View newView, CellLayout target, int[] targetCell, float distance, DragObject d, boolean external) argument
3678 manageFolderFeedback(ItemInfo info, CellLayout targetLayout, int[] targetCell, float distance, View dragOverView) argument
4015 getFinalPositionForDropAnimation(int[] loc, float[] scaleXY, DragView dragView, CellLayout layout, ItemInfo info, int[] targetCell, boolean external, boolean scale) argument
[all...]

Completed in 41 milliseconds