Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DBaseDragLayer.java433 int[] loc = getViewLocationRelativeToSelf(v); in getViewRectRelativeToSelf()
437 protected int[] getViewLocationRelativeToSelf(View v) { in getViewLocationRelativeToSelf() method in BaseDragLayer
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java325 final int[] from = getViewLocationRelativeToSelf(view); in animateView()