Searched refs:cellLayout (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Workspace.java | 2252 final CellLayout cellLayout = dropTargetLayout; local 2263 dragLayer.addResizeFrame(info, hostView, cellLayout); 2971 CellLayout cellLayout, boolean insertAtFirst) { 2972 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null); 2984 final CellLayout cellLayout, boolean insertAtFirst, DragObject d) { 3000 final long container = mLauncher.isHotseatLayout(cellLayout) ? 3003 final int screen = indexOfChild(cellLayout); 3004 if (!mLauncher.isHotseatLayout(cellLayout) && screen != mCurrentPage 3015 cellLayout, mTargetCell); 3016 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0], [all …]
|
D | AppWidgetResizeFrame.java | 71 LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) { in AppWidgetResizeFrame() argument 75 mCellLayout = cellLayout; in AppWidgetResizeFrame()
|
D | FolderIcon.java | 115 final ViewGroup cellLayout = (ViewGroup) cellLayoutChildren.getParent(); in isDropEnabled() local 116 final Workspace workspace = (Workspace) cellLayout.getParent(); in isDropEnabled()
|
D | Folder.java | 955 CellLayout cellLayout = mLauncher.getCellLayout(mInfo.container, mInfo.screen); in replaceFolderWithFinalItem() local 956 cellLayout.removeView(mFolderIcon); in replaceFolderWithFinalItem() 970 View child = mLauncher.createShortcut(R.layout.application, cellLayout, in replaceFolderWithFinalItem()
|
D | DragLayer.java | 412 CellLayout cellLayout) { in addResizeFrame() argument 414 widget, cellLayout, this); in addResizeFrame()
|
D | Launcher.java | 630 CellLayout cellLayout = in completeTwoStageWidgetDrop() local 661 mWorkspace.animateWidgetDrop(mPendingAddInfo, cellLayout, in completeTwoStageWidgetDrop()
|