Searched defs:cellLayout (Results 1 - 3 of 3) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | AppWidgetResizeFrame.java | 71 LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) { 76 mCellLayout = cellLayout; 70 AppWidgetResizeFrame(Context context, ItemInfo itemInfo, LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) argument
|
H A D | DragLayer.java | 398 CellLayout cellLayout) { 400 itemInfo, widget, cellLayout, this); 397 addResizeFrame(ItemInfo itemInfo, LauncherAppWidgetHostView widget, CellLayout cellLayout) argument
|
H A D | Workspace.java | 2250 final CellLayout cellLayout = dropTargetLayout; 2260 dragLayer.addResizeFrame(info, hostView, cellLayout); 2894 CellLayout cellLayout, boolean insertAtFirst) { 2895 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null); 2907 final CellLayout cellLayout, boolean insertAtFirst, DragObject d) { 2923 final long container = mLauncher.isHotseatLayout(cellLayout) ? 2926 final int screen = indexOfChild(cellLayout); 2927 if (!mLauncher.isHotseatLayout(cellLayout) && screen != mCurrentPage 2938 cellLayout, mTargetCell); 2947 cellLayout, mTargetCel 2893 onDropExternal(int[] touchXY, Object dragInfo, CellLayout cellLayout, boolean insertAtFirst) argument 2906 onDropExternal(final int[] touchXY, final Object dragInfo, final CellLayout cellLayout, boolean insertAtFirst, DragObject d) argument [all...] |
Completed in 104 milliseconds