Searched defs:cellLayout (Results 1 - 6 of 6) 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.java441 CellLayout cellLayout) {
443 widget, cellLayout, this);
440 addResizeFrame(ItemInfo itemInfo, LauncherAppWidgetHostView widget, CellLayout cellLayout) argument
H A 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
2998 onDropExternal(int[] touchXY, Object dragInfo, CellLayout cellLayout, boolean insertAtFirst) argument
3011 onDropExternal(final int[] touchXY, final Object dragInfo, final CellLayout cellLayout, boolean insertAtFirst, DragObject d) argument
3239 animateWidgetDrop(ItemInfo info, CellLayout cellLayout, DragView dragView, final Runnable onCompleteRunnable, int animationType, final View finalView, boolean external) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppWidgetResizeFrame.java75 LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) {
79 mCellLayout = cellLayout;
74 AppWidgetResizeFrame(Context context, LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) argument
H A DDragLayer.java514 CellLayout cellLayout) {
516 widget, cellLayout, this);
513 addResizeFrame(ItemInfo itemInfo, LauncherAppWidgetHostView widget, CellLayout cellLayout) argument
H A DWorkspace.java3114 final CellLayout cellLayout = dropTargetLayout;
3125 dragLayer.addResizeFrame(info, hostView, cellLayout);
3804 CellLayout cellLayout, boolean insertAtFirst) {
3805 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null);
3817 final CellLayout cellLayout, boolean insertAtFirst, DragObject d) {
3834 final long container = mLauncher.isHotseatLayout(cellLayout) ?
3837 final long screenId = getIdForScreen(cellLayout);
3838 if (!mLauncher.isHotseatLayout(cellLayout)
3850 cellLayout, mTargetCell);
3851 float distance = cellLayout
3803 onDropExternal(int[] touchXY, Object dragInfo, CellLayout cellLayout, boolean insertAtFirst) argument
3816 onDropExternal(final int[] touchXY, final Object dragInfo, final CellLayout cellLayout, boolean insertAtFirst, DragObject d) argument
4051 animateWidgetDrop(ItemInfo info, CellLayout cellLayout, DragView dragView, final Runnable onCompleteRunnable, int animationType, final View finalView, boolean external) argument
[all...]

Completed in 219 milliseconds