Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java235 public static final int ANIMATE_INTO_POSITION_AND_RESIZE = 2; field in Workspace
2137 int animationType = resizeOnDrop ? ANIMATE_INTO_POSITION_AND_RESIZE : in onDrop()
2895 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external) in animateWidgetDrop()