Home
last modified time | relevance | path

Searched defs:viewToRect (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
H A DViewGroupFocusHelper.java37 public void viewToRect(View v, Rect outRect) { in viewToRect() method in ViewGroupFocusHelper
H A DFocusIndicatorHelper.java55 public void viewToRect(View v, Rect outRect) { in viewToRect() method in FocusIndicatorHelper.SimpleFocusIndicatorHelper
H A DItemFocusIndicatorHelper.java225 public abstract void viewToRect(T item, Rect outRect); in viewToRect() method in ItemFocusIndicatorHelper
H A DKeyboardDragAndDropView.java338 public void viewToRect(Rect item, Rect outRect) { in viewToRect() method in KeyboardDragAndDropView.RectFocusIndicator