Searched refs:getDescendantCoordRelativeToSelf (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | BaseDragLayer.java | 147 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/ |
D | DragAndDropAccessibilityDelegate.java | 131 float scale = mDragLayer.getDescendantCoordRelativeToSelf(mView, mTempCords); in onPopulateNodeForVirtualView()
|
D | BaseAccessibilityDelegate.java | 153 mContext.getDragLayer().getDescendantCoordRelativeToSelf(clickedTarget, loc); in handleAccessibleDrop()
|
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
D | TestInformationHandler.java | 477 dragLayer.getDescendantCoordRelativeToSelf(cellLayout, leftTop); 478 dragLayer.getDescendantCoordRelativeToSelf(cellLayout, rightBottom);
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | TaskViewTouchController.java | 257 dl.getDescendantCoordRelativeToSelf(thumbnailView, mTempCords); in reInitAnimationController()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | ButtonDropTarget.java | 280 mActivityContext.getDragLayer().getDescendantCoordRelativeToSelf(this, sTempCords); in getHitRectRelativeToDragLayer()
|
D | Workspace.java | 2425 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, xy, true); 2964 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(layout, mTempFXY, true);
|
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDisplayLauncher.java | 240 mDragLayer.getDescendantCoordRelativeToSelf(mAppsButton, buttonPos); in showAppDrawer()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 260 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord); in animateViewIntoPosition()
|