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.java92 mDelegate.handleAccessibleDrop(mView, getItemBounds(viewId), confirmation); in onPerformActionForVirtualView()
119 node.setBoundsInParent(getItemBounds(id)); in onPopulateNodeForVirtualView()
130 private Rect getItemBounds(int id) { in getItemBounds() method in DragAndDropAccessibilityDelegate