HomeSort by relevance Sort by last modified time
    Searched refs:getDescendantCoordRelativeToSelf (Results 1 - 9 of 9) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/views/
BaseDragLayer.java 179 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
190 return getDescendantCoordRelativeToSelf(child, loc);
193 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) {
194 return getDescendantCoordRelativeToSelf(descendant, coord, false);
209 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord,
216 * Inverse of {@link #getDescendantCoordRelativeToSelf(View, int[])}.
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 300 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY);
309 return getDescendantCoordRelativeToSelf(child, loc);
322 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) {
491 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord);
Workspace.java     [all...]
  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
TaskViewTouchController.java 194 dl.getDescendantCoordRelativeToSelf(mTaskBeingDragged, mTempCords);
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
WorkspaceAccessibilityHelper.java 146 float scale = dragLayer.getDescendantCoordRelativeToSelf(mView, mTempCords);
LauncherAccessibilityDelegate.java 352 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(clickedTarget, loc);
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 302 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, sTempCords);
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragLayer.java 281 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord);

Completed in 224 milliseconds