Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java575 private final static int PARALLAX_MAX_IN_DP = 8; field in DragView.SpringFloatValue
590 mDelta = view.getResources().getDisplayMetrics().density * PARALLAX_MAX_IN_DP; in SpringFloatValue()