Home
last modified time | relevance | path

Searched refs:cellLayout (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java2280 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 …]
DFolder.java948 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()
DAppWidgetResizeFrame.java77 LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) { in AppWidgetResizeFrame() argument
81 mCellLayout = cellLayout; in AppWidgetResizeFrame()
DFolderIcon.java118 final ViewGroup cellLayout = (ViewGroup) cellLayoutChildren.getParent(); in isDropEnabled() local
119 final Workspace workspace = (Workspace) cellLayout.getParent(); in isDropEnabled()
DDragLayer.java441 CellLayout cellLayout) { in addResizeFrame() argument
443 widget, cellLayout, this); in addResizeFrame()
DLauncher.java681 CellLayout cellLayout = in completeTwoStageWidgetDrop() local
712 mWorkspace.animateWidgetDrop(mPendingAddInfo, cellLayout, in completeTwoStageWidgetDrop()