Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java443 int[] loc = getViewLocationRelativeToSelf(v); in getViewRectRelativeToSelf()
447 protected int[] getViewLocationRelativeToSelf(View v) { in getViewLocationRelativeToSelf() method in BaseDragLayer
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java334 final int[] from = getViewLocationRelativeToSelf(view); in animateView()