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.java2252 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 …]
DAppWidgetResizeFrame.java71 LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) { in AppWidgetResizeFrame() argument
75 mCellLayout = cellLayout; in AppWidgetResizeFrame()
DFolderIcon.java115 final ViewGroup cellLayout = (ViewGroup) cellLayoutChildren.getParent(); in isDropEnabled() local
116 final Workspace workspace = (Workspace) cellLayout.getParent(); in isDropEnabled()
DFolder.java955 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()
DDragLayer.java412 CellLayout cellLayout) { in addResizeFrame() argument
414 widget, cellLayout, this); in addResizeFrame()
DLauncher.java630 CellLayout cellLayout = in completeTwoStageWidgetDrop() local
661 mWorkspace.animateWidgetDrop(mPendingAddInfo, cellLayout, in completeTwoStageWidgetDrop()