Home
last modified time | relevance | path

Searched refs:getPreviewBounds (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DFolderAdaptiveIcon.java94 icon.getPreviewBounds(sTmpRect); in createDrawableOnUiThread()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderIcon.java240 public void getPreviewBounds(Rect outBounds) { in getPreviewBounds() method in FolderIcon
845 getPreviewBounds(bounds); in getWorkspaceVisualDragBounds()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DFloatingIconView.java233 ((FolderIcon) v).getPreviewBounds(outViewBounds); in getLocationBoundsForView()