Home
last modified time | relevance | path

Searched defs:targetCell (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1805 boolean willCreateUserFolder(ItemInfo info, CellLayout target, int[] targetCell, in willCreateUserFolder()
1840 boolean willAddToExistingUserFolder(ItemInfo dragInfo, CellLayout target, int[] targetCell, in willAddToExistingUserFolder()
1865 int[] targetCell, float distance, boolean external, DragObject d) { in createUserFolderIfNecessary()
1921 boolean addToExistingFolderIfNecessary(View newView, CellLayout target, int[] targetCell, in addToExistingFolderIfNecessary()
2833 DragView dragView, CellLayout layout, ItemInfo info, int[] targetCell, boolean scale) { in getFinalPositionForDropAnimation()
H A DCellLayout.java450 int[] targetCell = new int[2]; in onDraw() local
895 public float getFolderCreationRadius(int[] targetCell) { in getFolderCreationRadius()
905 public float getReorderRadius(int[] targetCell) { in getReorderRadius()
1157 private void applyColorExtractionOnWidget(DropTarget.DragObject dragObject, int[] targetCell, in applyColorExtractionOnWidget()