Home
last modified time | relevance | path

Searched refs:getDescendantCoordRelativeToSelf (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java374 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantRectRelativeToSelf()
385 return getDescendantCoordRelativeToSelf(child, loc); in getLocationInDragLayer()
388 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf() method in DragLayer
389 return getDescendantCoordRelativeToSelf(descendant, coord, false); in getDescendantCoordRelativeToSelf()
404 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord, in getDescendantCoordRelativeToSelf() method in DragLayer
587 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord); in animateViewIntoPosition()
DButtonDropTarget.java262 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, coords); in getHitRectRelativeToDragLayer()
DAppWidgetResizeFrame.java422 mDragLayer.getDescendantCoordRelativeToSelf(mCellLayout.getShortcutsAndWidgets(), mTmpPt); in snapToWidget()
DWorkspace.java2925 float scale = mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, mTempXY);
3157 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, mTempPt, true);
3170 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, mTempPt, true);
3730 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(layout, loc, true);
/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java300 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantRectRelativeToSelf()
309 return getDescendantCoordRelativeToSelf(child, loc); in getLocationInDragLayer()
322 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf() method in DragLayer
491 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord); in animateViewIntoPosition()
DWorkspace.java3217 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(layout, loc);
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java329 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(clickedTarget, loc); in handleAccessibleDrop()