Searched defs:targetCell (Results  1 – 2 of 2) sorted by relevance
| /packages/apps/Launcher3/src/com/android/launcher3/ | 
| D | Workspace.java | 1820     boolean willCreateUserFolder(ItemInfo info, CellLayout target, int[] targetCell,  in willCreateUserFolder()1855     boolean willAddToExistingUserFolder(ItemInfo dragInfo, CellLayout target, int[] targetCell,  in willAddToExistingUserFolder()
 1882             int[] targetCell, float distance, boolean external, DragObject d) {  in createUserFolderIfNecessary()
 1938     boolean addToExistingFolderIfNecessary(View newView, CellLayout target, int[] targetCell,  in addToExistingFolderIfNecessary()
 
 | 
| D | CellLayout.java | 483             int[] targetCell = new int[2];  in onDraw()  local931     public float getFolderCreationRadius(int[] targetCell) {  in getFolderCreationRadius()
 941     public float getReorderRadius(int[] targetCell, int spanX, int spanY) {  in getReorderRadius()
 1194     private void applyColorExtractionOnWidget(DropTarget.DragObject dragObject, int[] targetCell,  in applyColorExtractionOnWidget()
 
 |