Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java219 public static final int ANIMATE_INTO_POSITION_AND_RESIZE = 2; field in Workspace
1919 int animationType = resizeOnDrop ? ANIMATE_INTO_POSITION_AND_RESIZE : in onDrop()
2674 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external) && finalView != null) {