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.java591 private static final int PARALLAX_MAX_IN_DP = 8; field in DragView.SpringFloatValue
607 range, view.getResources().getDisplayMetrics().density * PARALLAX_MAX_IN_DP); in SpringFloatValue()