Searched refs:targetLayout (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | Workspace.java | 2876 private void manageFolderFeedback(ItemInfo info, CellLayout targetLayout, argument 2878 boolean userFolderPending = willCreateUserFolder(info, targetLayout, targetCell, distance, 2884 FolderCreationAlarmListener(targetLayout, targetCell[0], targetCell[1])); 2890 willAddToExistingUserFolder(info, targetLayout, targetCell, distance); 2895 if (targetLayout != null) { 2896 targetLayout.clearDragOutlines();
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Workspace.java | 3269 private void manageFolderFeedback(ItemInfo info, CellLayout targetLayout, argument 3271 boolean userFolderPending = willCreateUserFolder(info, targetLayout, targetCell, distance, 3277 FolderCreationAlarmListener(targetLayout, targetCell[0], targetCell[1]); 3289 willAddToExistingUserFolder(info, targetLayout, targetCell, distance); 3294 if (targetLayout != null) { 3295 targetLayout.clearDragOutlines();
|
Completed in 50 milliseconds