Searched refs:getDescendantCoordRelativeToSelf (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java498 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
509 return getDescendantCoordRelativeToSelf(child, loc);
512 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { method in class:DragLayer
513 return getDescendantCoordRelativeToSelf(descendant, coord, false);
528 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord, method in class:DragLayer
535 * Inverse of {@link #getDescendantCoordRelativeToSelf(View, int[])}.
713 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java300 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
309 return getDescendantCoordRelativeToSelf(child, loc);
322 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { method in class:DragLayer
491 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord);
H A DWorkspace.java3217 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(layout, loc);
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DWorkspaceAccessibilityHelper.java146 float scale = dragLayer.getDescendantCoordRelativeToSelf(mView, mTempCords);
H A DLauncherAccessibilityDelegate.java347 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(clickedTarget, loc);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DButtonDropTarget.java279 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, coords);
H A DAppWidgetResizeFrame.java427 mDragLayer.getDescendantCoordRelativeToSelf(mCellLayout.getShortcutsAndWidgets(), mTmpPt);
H A DWorkspace.java2784 float scale = mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, mTempXY);
2959 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, mTempXY, true);
2970 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, mTempXY, true);
3516 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(layout, loc, true);

Completed in 162 milliseconds