Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DDragAndDropAccessibilityDelegate.java94 mDelegate.handleAccessibleDrop(mView, getItemBounds(viewId), confirmation); in onPerformActionForVirtualView()
121 node.setBoundsInParent(getItemBounds(id)); in onPopulateNodeForVirtualView()
137 private Rect getItemBounds(int id) { in getItemBounds() method in DragAndDropAccessibilityDelegate