Searched refs:getDescendantCoordRelativeToSelf (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | BaseDragLayer.java | 134 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/ |
D | WorkspaceAccessibilityHelper.java | 147 float scale = dragLayer.getDescendantCoordRelativeToSelf(mView, mTempCords); in onPopulateNodeForVirtualView()
|
D | LauncherAccessibilityDelegate.java | 360 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(clickedTarget, loc); in handleAccessibleDrop()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceStateTransitionAnimation.java | 103 dragLayer.getDescendantCoordRelativeToSelf(mWorkspace, workspacePivot); in setWorkspaceProperty()
|
D | ButtonDropTarget.java | 321 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, sTempCords); in getHitRectRelativeToDragLayer()
|
D | Workspace.java | 2113 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/ |
D | TaskViewTouchController.java | 196 dl.getDescendantCoordRelativeToSelf(mTaskBeingDragged, mTempCords); in reInitAnimationController()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 268 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord); in animateViewIntoPosition()
|