Home
last modified time | relevance | path

Searched refs:getInitialScale (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragView.java498 public float getInitialScale() { in getInitialScale() method in DragView
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2867 float dragScale = dragView.getInitialScale() * cellLayoutScale; in getFinalPositionForDropAnimation()