Searched refs:cellLayout (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Workspace.java | 2280 final CellLayout cellLayout = dropTargetLayout; 2291 dragLayer.addResizeFrame(info, hostView, cellLayout); 2999 CellLayout cellLayout, boolean insertAtFirst) { 3000 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null); 3012 final CellLayout cellLayout, boolean insertAtFirst, DragObject d) { 3028 final long container = mLauncher.isHotseatLayout(cellLayout) ? 3031 final int screen = indexOfChild(cellLayout); 3032 if (!mLauncher.isHotseatLayout(cellLayout) && screen != mCurrentPage 3043 cellLayout, mTargetCell); 3044 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0], [all …]
|
D | Folder.java | 946 CellLayout cellLayout = mLauncher.getCellLayout(mInfo.container, mInfo.screen); in replaceFolderWithFinalItem() 952 child = mLauncher.createShortcut(R.layout.application, cellLayout, in replaceFolderWithFinalItem() 960 cellLayout.removeView(mFolderIcon); in replaceFolderWithFinalItem()
|
D | AppWidgetResizeFrame.java | 77 LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) { in AppWidgetResizeFrame() argument 81 mCellLayout = cellLayout; in AppWidgetResizeFrame()
|
D | FolderIcon.java | 118 final ViewGroup cellLayout = (ViewGroup) cellLayoutChildren.getParent(); in isDropEnabled() local 119 final Workspace workspace = (Workspace) cellLayout.getParent(); in isDropEnabled()
|
D | DragLayer.java | 441 CellLayout cellLayout) { in addResizeFrame() argument 443 widget, cellLayout, this); in addResizeFrame()
|
D | Launcher.java | 695 CellLayout cellLayout = in completeTwoStageWidgetDrop() local 727 mWorkspace.animateWidgetDrop(mPendingAddInfo, cellLayout, in completeTwoStageWidgetDrop()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 3114 final CellLayout cellLayout = dropTargetLayout; in onDrop() local 3125 dragLayer.addResizeFrame(info, hostView, cellLayout); in onDrop() 3804 CellLayout cellLayout, boolean insertAtFirst) { 3805 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null); 3817 final CellLayout cellLayout, boolean insertAtFirst, DragObject d) { 3834 final long container = mLauncher.isHotseatLayout(cellLayout) ? 3837 final long screenId = getIdForScreen(cellLayout); 3838 if (!mLauncher.isHotseatLayout(cellLayout) 3850 cellLayout, mTargetCell); 3851 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0], [all …]
|
D | Folder.java | 1176 CellLayout cellLayout = mLauncher.getCellLayout(mInfo.container, mInfo.screenId); in replaceFolderWithFinalItem() 1182 child = mLauncher.createShortcut(R.layout.application, cellLayout, in replaceFolderWithFinalItem() 1190 if (cellLayout != null) { in replaceFolderWithFinalItem() 1192 cellLayout.removeView(mFolderIcon); in replaceFolderWithFinalItem()
|
D | AppWidgetResizeFrame.java | 75 LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) { in AppWidgetResizeFrame() argument 79 mCellLayout = cellLayout; in AppWidgetResizeFrame()
|
D | FolderIcon.java | 134 final ViewGroup cellLayout = (ViewGroup) cellLayoutChildren.getParent(); in isDropEnabled() local 135 final Workspace workspace = (Workspace) cellLayout.getParent(); in isDropEnabled()
|
D | DragLayer.java | 514 CellLayout cellLayout) { in addResizeFrame() argument 516 widget, cellLayout, this); in addResizeFrame()
|
D | Launcher.java | 921 CellLayout cellLayout = in completeTwoStageWidgetDrop() local 946 mWorkspace.animateWidgetDrop(mPendingAddInfo, cellLayout, in completeTwoStageWidgetDrop()
|