Searched refs:cellLayout (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DFocusHelper.java86 final CellLayout cellLayout = (CellLayout) itemContainer.getParent();
87 final int countX = cellLayout.getCountX();
88 final int countY = cellLayout.getCountY();
91 final FolderPagedView pagedView = (FolderPagedView) cellLayout.getParent();
93 final int pageIndex = pagedView.indexOfChild(cellLayout);
97 int[][] matrix = FocusLogic.createSparseMatrix(cellLayout);
150 child = cellLayout.getChildAt(0, 0);
H A DWorkspace.java2682 final CellLayout cellLayout = dropTargetLayout;
2693 dragLayer.addResizeFrame(info, hostView, cellLayout);
3371 CellLayout cellLayout, boolean insertAtFirst) {
3372 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null);
3384 final CellLayout cellLayout, boolean insertAtFirst, DragObject d) {
3401 final long container = mLauncher.isHotseatLayout(cellLayout) ?
3404 final long screenId = getIdForScreen(cellLayout);
3405 if (!mLauncher.isHotseatLayout(cellLayout)
3417 cellLayout, mTargetCell);
3418 float distance = cellLayout
3370 onDropExternal(int[] touchXY, Object dragInfo, CellLayout cellLayout, boolean insertAtFirst) argument
3383 onDropExternal(final int[] touchXY, final Object dragInfo, final CellLayout cellLayout, boolean insertAtFirst, DragObject d) argument
3604 animateWidgetDrop(ItemInfo info, CellLayout cellLayout, DragView dragView, final Runnable onCompleteRunnable, int animationType, final View finalView, boolean external) argument
[all...]
H A DAppWidgetResizeFrame.java67 LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) {
71 mCellLayout = cellLayout;
66 AppWidgetResizeFrame(Context context, LauncherAppWidgetHostView widgetView, CellLayout cellLayout, DragLayer dragLayer) argument
H A DFolder.java1107 CellLayout cellLayout = mLauncher.getCellLayout(mInfo.container, mInfo.screenId);
1113 child = mLauncher.createShortcut(cellLayout, finalItem);
1120 if (cellLayout != null) {
1122 cellLayout.removeView(mFolderIcon);
H A DDragLayer.java555 CellLayout cellLayout) {
557 widget, cellLayout, this);
554 addResizeFrame(ItemInfo itemInfo, LauncherAppWidgetHostView widget, CellLayout cellLayout) argument
H A DFolderIcon.java138 final ViewGroup cellLayout = (ViewGroup) cellLayoutChildren.getParent();
139 final Workspace workspace = (Workspace) cellLayout.getParent();
437 // Set cellLayout and this to it's final state to compute final animation locations
H A DLauncher.java917 CellLayout cellLayout =
942 mWorkspace.animateWidgetDrop(mPendingAddInfo, cellLayout,
/packages/apps/Launcher2/src/com/android/launcher2/
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...]
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 DFolderIcon.java118 final ViewGroup cellLayout = (ViewGroup) cellLayoutChildren.getParent();
119 final Workspace workspace = (Workspace) cellLayout.getParent();
375 // Set cellLayout and this to it's final state to compute final animation locations
H A DFolder.java946 CellLayout cellLayout = mLauncher.getCellLayout(mInfo.container, mInfo.screen);
952 child = mLauncher.createShortcut(R.layout.application, cellLayout,
960 cellLayout.removeView(mFolderIcon);
H A DDragLayer.java441 CellLayout cellLayout) {
443 widget, cellLayout, this);
440 addResizeFrame(ItemInfo itemInfo, LauncherAppWidgetHostView widget, CellLayout cellLayout) argument
H A DLauncher.java721 CellLayout cellLayout =
753 mWorkspace.animateWidgetDrop(mPendingAddInfo, cellLayout,

Completed in 125 milliseconds