HomeSort by relevance Sort by last modified time
    Searched full:childscale (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 485 float childScale = child.getScaleX();
486 coord[0] = lp.x + (int) (child.getMeasuredWidth() * (1 - childScale) / 2);
487 coord[1] = lp.y + (int) (child.getMeasuredHeight() * (1 - childScale) / 2);
494 scale *= childScale;
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 563 float childScale = child.getScaleX();
564 coord[0] = lp.x + (int) (child.getMeasuredWidth() * (1 - childScale) / 2);
565 coord[1] = lp.y + (int) (child.getMeasuredHeight() * (1 - childScale) / 2);
572 scale *= childScale;
    [all...]

Completed in 93 milliseconds