Searched refs:getDescendantCoordRelativeToSelf (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DragLayer.java | 374 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()
|
D | ButtonDropTarget.java | 262 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, coords); in getHitRectRelativeToDragLayer()
|
D | AppWidgetResizeFrame.java | 422 mDragLayer.getDescendantCoordRelativeToSelf(mCellLayout.getShortcutsAndWidgets(), mTmpPt); in snapToWidget()
|
D | Workspace.java | 2925 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/ |
D | DragLayer.java | 300 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()
|
D | Workspace.java | 3217 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(layout, loc);
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | LauncherAccessibilityDelegate.java | 329 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(clickedTarget, loc); in handleAccessibleDrop()
|