Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java134 getDescendantCoordRelativeToSelf(evView, xy); in isEventOverView()
342 float s = getDescendantCoordRelativeToSelf(descendant, mTmpRectPoints); in getDescendantRectRelativeToSelf()
353 return getDescendantCoordRelativeToSelf(child, loc); in getLocationInDragLayer()
356 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf() method in BaseDragLayer
359 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantCoordRelativeToSelf()
364 public float getDescendantCoordRelativeToSelf(View descendant, float[] coord) { in getDescendantCoordRelativeToSelf() method in BaseDragLayer
365 return getDescendantCoordRelativeToSelf(descendant, coord, false); in getDescendantCoordRelativeToSelf()
380 public float getDescendantCoordRelativeToSelf(View descendant, float[] coord, in getDescendantCoordRelativeToSelf() method in BaseDragLayer
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DWorkspaceAccessibilityHelper.java147 float scale = dragLayer.getDescendantCoordRelativeToSelf(mView, mTempCords); in onPopulateNodeForVirtualView()
DLauncherAccessibilityDelegate.java360 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(clickedTarget, loc); in handleAccessibleDrop()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java103 dragLayer.getDescendantCoordRelativeToSelf(mWorkspace, workspacePivot); in setWorkspaceProperty()
DButtonDropTarget.java321 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, sTempCords); in getHitRectRelativeToDragLayer()
DWorkspace.java2113 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, mTempFXY, true);
2128 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, xy, true);
2625 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(layout, mTempFXY, true);
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java196 dl.getDescendantCoordRelativeToSelf(mTaskBeingDragged, mTempCords); in reInitAnimationController()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java268 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord); in animateViewIntoPosition()