Searched refs:cellLayout (Results 1 – 6 of 6) 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 | 948 CellLayout cellLayout = mLauncher.getCellLayout(mInfo.container, mInfo.screen); in replaceFolderWithFinalItem() 954 child = mLauncher.createShortcut(R.layout.application, cellLayout, in replaceFolderWithFinalItem() 962 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 | 681 CellLayout cellLayout = in completeTwoStageWidgetDrop() local 712 mWorkspace.animateWidgetDrop(mPendingAddInfo, cellLayout, in completeTwoStageWidgetDrop()
|