Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1947 private static final float CHILD_DIVIDEND = 4.0f; field in CellLayout.ReorderPreviewAnimation
1969 finalScale = (mChildScale - (CHILD_DIVIDEND / child.getWidth())) * initScale; in ReorderPreviewAnimation()