Home
last modified time | relevance | path

Searched refs:getDropLocationBounds (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DHomeAppIcon.java48 final Rect dropBounds = target.getDropLocationBounds(); in dragToIcon()
52 final Rect bounds = target.getDropLocationBounds(); in dragToIcon()
73 final Rect bounds = target.getDropLocationBounds(); in dragToFolder()
83 public Rect getDropLocationBounds() { in getDropLocationBounds() method in HomeAppIcon
91 final Rect folderIconBounds = folderIcon.getDropLocationBounds(); in getTargetIcon()
DIconDragTarget.java24 Rect getDropLocationBounds(); in getDropLocationBounds() method
DFolderIcon.java57 public Rect getDropLocationBounds() { in getDropLocationBounds() method in FolderIcon
DFolder.java63 Rect getDropLocationBounds() { in getDropLocationBounds() method in Folder
DWorkspace.java669 Rect dropBounds = folder.getDropLocationBounds();