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

  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 293 float y1o = ((1f - scale) * dragView.getMeasuredHeight()) / 2f; local
296 float y = (1f - t) * (1f - t) * (y1 - y1o) + 2 * (1f - t) * t * (y2 - x1o) +
  /packages/apps/Launcher3/src/com/android/launcher3/
DeleteDropTarget.java 390 float y1o = ((1f - scale) * dragView.getMeasuredHeight()) / 2f; local
393 float y = (1f - t) * (1f - t) * (y1 - y1o) + 2 * (1f - t) * t * (y2 - x1o) +

Completed in 78 milliseconds