Lines Matching defs:cellLayout

2273                         final CellLayout cellLayout = dropTargetLayout;
2284 dragLayer.addResizeFrame(info, hostView, cellLayout);
2992 CellLayout cellLayout, boolean insertAtFirst) {
2993 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null);
3005 final CellLayout cellLayout, boolean insertAtFirst, DragObject d) {
3021 final long container = mLauncher.isHotseatLayout(cellLayout) ?
3024 final int screen = indexOfChild(cellLayout);
3025 if (!mLauncher.isHotseatLayout(cellLayout) && screen != mCurrentPage
3036 cellLayout, mTargetCell);
3037 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0],
3039 if (willCreateUserFolder((ItemInfo) d.dragInfo, cellLayout, mTargetCell,
3041 cellLayout, mTargetCell, distance)) {
3056 mTargetCell = cellLayout.createArea((int) mDragViewVisualCenter[0],
3104 animateWidgetDrop(info, cellLayout, d.dragView, onAnimationCompleteRunnable,
3117 view = mLauncher.createShortcut(R.layout.application, cellLayout,
3121 view = FolderIcon.fromXml(R.layout.folder_icon, mLauncher, cellLayout,
3132 cellLayout, mTargetCell);
3133 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0],
3136 if (createUserFolderIfNecessary(view, container, cellLayout, mTargetCell, distance,
3140 if (addToExistingFolderIfNecessary(view, cellLayout, mTargetCell, distance, d,
3148 mTargetCell = cellLayout.createArea((int) mDragViewVisualCenter[0],
3152 cellLayout.findCellForSpan(mTargetCell, 1, 1);
3156 cellLayout.onDropChild(view);
3158 cellLayout.getShortcutsAndWidgets().measureChild(view);
3166 // cellLayout to its final transform -- this means we animate the drag view to
3168 setFinalTransitionTransform(cellLayout);
3171 resetTransitionTransform(cellLayout);
3232 public void animateWidgetDrop(ItemInfo info, CellLayout cellLayout, DragView dragView,
3241 getFinalPositionForDropAnimation(finalPos, scaleXY, dragView, cellLayout, info, mTargetCell,
3373 CellLayout cellLayout;
3375 cellLayout = mLauncher.getHotseat().getLayout();
3377 cellLayout = (CellLayout) getChildAt(mDragInfo.screen);
3379 cellLayout.onDropChild(mDragInfo.cell);