Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java147 getDescendantCoordRelativeToSelf(evView, xy); in isEventOverView()
373 float s = getDescendantCoordRelativeToSelf(descendant, mTmpRectPoints); in getDescendantRectRelativeToSelf()
384 return getDescendantCoordRelativeToSelf(child, loc); in getLocationInDragLayer()
387 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf() method in BaseDragLayer
390 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantCoordRelativeToSelf()
395 public float getDescendantCoordRelativeToSelf(View descendant, float[] coord) { in getDescendantCoordRelativeToSelf() method in BaseDragLayer
396 return getDescendantCoordRelativeToSelf(descendant, coord, false); in getDescendantCoordRelativeToSelf()
411 public float getDescendantCoordRelativeToSelf(View descendant, float[] coord, in getDescendantCoordRelativeToSelf() method in BaseDragLayer
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DDragAndDropAccessibilityDelegate.java131 float scale = mDragLayer.getDescendantCoordRelativeToSelf(mView, mTempCords); in onPopulateNodeForVirtualView()
DBaseAccessibilityDelegate.java153 mContext.getDragLayer().getDescendantCoordRelativeToSelf(clickedTarget, loc); in handleAccessibleDrop()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java477 dragLayer.getDescendantCoordRelativeToSelf(cellLayout, leftTop);
478 dragLayer.getDescendantCoordRelativeToSelf(cellLayout, rightBottom);
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java257 dl.getDescendantCoordRelativeToSelf(thumbnailView, mTempCords); in reInitAnimationController()
/packages/apps/Launcher3/src/com/android/launcher3/
DButtonDropTarget.java280 mActivityContext.getDragLayer().getDescendantCoordRelativeToSelf(this, sTempCords); in getHitRectRelativeToDragLayer()
DWorkspace.java2425 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, xy, true);
2964 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(layout, mTempFXY, true);
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncher.java240 mDragLayer.getDescendantCoordRelativeToSelf(mAppsButton, buttonPos); in showAppDrawer()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java260 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord); in animateViewIntoPosition()