HomeSort by relevance Sort by last modified time
    Searched refs: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 581 float childScale = child.getScaleX();
582 coord[0] = lp.x + (int) (child.getMeasuredWidth() * (1 - childScale) / 2);
583 coord[1] = lp.y + (int) (child.getMeasuredHeight() * (1 - childScale) / 2);
590 scale *= childScale;
    [all...]

Completed in 501 milliseconds