Searched defs: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.java2280 boolean willCreateUserFolder(ItemInfo info, CellLayout target, int[] targetCell, argument
2283 View dropOverView = target.getChildAt(targetCell[0], targetCell[1]);
2313 boolean willAddToExistingUserFolder(ItemInfo dragInfo, CellLayout target, int[] targetCell, argument
2316 View dropOverView = target.getChildAt(targetCell[0], targetCell[1]);
2338 int[] targetCell, float distance, boolean external, DragView dragView,
2341 View v = target.getChildAt(targetCell[0], targetCell[1]);
2346 hasntMoved = (mDragInfo.cellX == targetCell[
2337 createUserFolderIfNecessary(View newView, long container, CellLayout target, int[] targetCell, float distance, boolean external, DragView dragView, Runnable postAnimationRunnable) argument
2395 addToExistingFolderIfNecessary(View newView, CellLayout target, int[] targetCell, float distance, DragObject d, boolean external) argument
3007 manageFolderFeedback(CellLayout targetLayout, int[] targetCell, float distance, DragObject dragObject) argument
3335 getFinalPositionForDropAnimation(int[] loc, float[] scaleXY, DragView dragView, CellLayout layout, ItemInfo info, int[] targetCell, boolean scale) argument
[all...]

Completed in 71 milliseconds