Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java216 public static final int ANIMATE_INTO_POSITION_AND_RESIZE = 2; field in Workspace
2336 int animationType = resizeOnDrop ? ANIMATE_INTO_POSITION_AND_RESIZE :
3259 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external) && finalView != null) {
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java253 public static final int ANIMATE_INTO_POSITION_AND_RESIZE = 2; field in Workspace
2890 int animationType = resizeOnDrop ? ANIMATE_INTO_POSITION_AND_RESIZE : in onDrop()
3770 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external) && finalView != null) {