Searched defs:cellLayout (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppWidgetResizeFrame.java77 LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) {
81 mCellLayout = cellLayout;
76 AppWidgetResizeFrame(Context context, LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) argument
H A DDragLayer.java415 CellLayout cellLayout) {
417 widget, cellLayout, this);
414 addResizeFrame(ItemInfo itemInfo, LauncherAppWidgetHostView widget, CellLayout cellLayout) argument
H A DWorkspace.java2273 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
2991 onDropExternal(int[] touchXY, Object dragInfo, CellLayout cellLayout, boolean insertAtFirst) argument
3004 onDropExternal(final int[] touchXY, final Object dragInfo, final CellLayout cellLayout, boolean insertAtFirst, DragObject d) argument
3232 animateWidgetDrop(ItemInfo info, CellLayout cellLayout, DragView dragView, final Runnable onCompleteRunnable, int animationType, final View finalView, boolean external) argument
[all...]

Completed in 165 milliseconds