Home
last modified time | relevance | path

Searched defs:cellX (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DCellAndSpan.java11 public int cellX = -1; field in CellAndSpan
38 public CellAndSpan(int cellX, int cellY, int spanX, int spanY) { in CellAndSpan()
DGridOccupancy.java77 public void markCells(int cellX, int cellY, int spanX, int spanY, boolean value) { in markCells()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DModelWriter.java63 ItemInfo item, long container, long screenId, int cellX, int cellY) { in updateItemInfoProps()
82 long container, long screenId, int cellX, int cellY) { in addOrMoveItemInDatabase()
133 long container, long screenId, int cellX, int cellY) { in moveItemInDatabase()
174 long container, long screenId, int cellX, int cellY, int spanX, int spanY) { in modifyItemInDatabase()
205 long container, long screenId, int cellX, int cellY) { in addItemToDatabase()
/packages/apps/Launcher2/src/com/android/launcher2/
DItemInfo.java71 int cellX = -1; field in ItemInfo
180 void updateValuesWithCoordinates(ContentValues values, int cellX, int cellY) { in updateValuesWithCoordinates()
DCellLayout.java840 void cellToPoint(int cellX, int cellY, int[] result) { in cellToPoint()
856 void cellToCenterPoint(int cellX, int cellY, int[] result) { in cellToCenterPoint()
868 void regionToCenterPoint(int cellX, int cellY, int spanX, int spanY, int[] result) { in regionToCenterPoint()
884 void regionToRect(int cellX, int cellY, int spanX, int spanY, Rect result) { in regionToRect()
1095 public boolean animateChildToPosition(final View child, int cellX, int cellY, int duration, in animateChildToPosition()
1209 void visualizeDropLocation(View v, Bitmap dragOutline, int originX, int originY, int cellX, in visualizeDropLocation()
1518 private int[] findNearestArea(int cellX, int cellY, int spanX, int spanY, int[] direction, in findNearestArea()
2076 private boolean rearrangementExists(int cellX, int cellY, int spanX, int spanY, int[] direction, in rearrangementExists()
2505 private void getViewsIntersectingRegion(int cellX, int cellY, int spanX, int spanY, in getViewsIntersectingRegion()
2553 boolean createAreaForResize(int cellX, int cellY, int spanX, int spanY, in createAreaForResize()
[all …]
DPagedViewCellLayout.java393 public int cellX; field in PagedViewCellLayout.LayoutParams
454 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) { in LayoutParams()
DLauncherModel.java270 int screen, int cellX, int cellY) { in addOrMoveItemInDatabase()
423 final int screen, final int cellX, final int cellY) { in moveItemInDatabase()
455 final int screen, final int cellX, final int cellY, final int spanX, final int spanY) { in modifyItemInDatabase()
610 final int screen, final int cellX, final int cellY, final boolean notify) { in addItemToDatabase()
2356 int cellX, int cellY, boolean notify) { in addShortcut()
DInstallShortcutReceiver.java343 int cellX, cellY, spanX, spanY; in findEmptyCell() local
DAppWidgetResizeFrame.java258 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded() local
DLauncher.java341 int cellX; field in Launcher.PendingAddArguments
1098 void completeAddApplication(Intent data, long container, int screen, int cellX, int cellY) { in completeAddApplication()
1132 private void completeAddShortcut(Intent data, long container, int screen, int cellX, in completeAddShortcut()
1928 FolderIcon addFolder(CellLayout layout, long container, final int screen, int cellX, in addFolder()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java330 private void delegateDrawing(CellLayout delegate, int cellX, int cellY) { in delegateDrawing()
400 public void animateToAccept(final CellLayout cl, final int cellX, final int cellY) { in animateToAccept()
415 final int cellX = delegateCellX; in animateToRest() local
/packages/apps/Launcher3/src/com/android/launcher3/
DItemInfo.java67 public int cellX = -1; field in ItemInfo
DCellLayout.java724 void cellToPoint(int cellX, int cellY, int[] result) { in cellToPoint()
740 void cellToCenterPoint(int cellX, int cellY, int[] result) { in cellToCenterPoint()
752 void regionToCenterPoint(int cellX, int cellY, int spanX, int spanY, int[] result) { in regionToCenterPoint()
766 void regionToRect(int cellX, int cellY, int spanX, int spanY, Rect result) { in regionToRect()
906 public boolean animateChildToPosition(final View child, int cellX, int cellY, int duration, in animateChildToPosition()
987 void visualizeDropLocation(View v, DragPreviewProvider outlineProvider, int cellX, int cellY, in visualizeDropLocation()
1063 public String getItemMoveDescription(int cellX, int cellY) { in getItemMoveDescription()
1268 private int[] findNearestArea(int cellX, int cellY, int spanX, int spanY, int[] direction, in findNearestArea()
1763 private boolean rearrangementExists(int cellX, int cellY, int spanX, int spanY, int[] direction, in rearrangementExists()
2224 private void getViewsIntersectingRegion(int cellX, int cellY, int spanX, int spanY, in getViewsIntersectingRegion()
[all …]
DAppWidgetResizeFrame.java257 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded() local
DLauncher.java1408 private void completeAddShortcut(Intent data, long container, long screenId, int cellX, in completeAddShortcut()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DLoaderCursorTest.java225 private ItemInfo newItemInfo(int cellX, int cellY, int spanX, int spanY, in newItemInfo()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DDragAndDropAccessibilityDelegate.java130 int cellX = id % mView.getCountX(); in getItemBounds() local
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DImportDataTask.java193 int cellX = c.getInt(cellXIndex); in importWorkspaceItems() local