Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DDraggableConstraintLayout.java47 private static final float VELOCITY_DP_PER_MS = 1; field in DraggableConstraintLayout
331 float velocityPxPerMs = FloatingWindowUtil.dpToPx(mDisplayMetrics, VELOCITY_DP_PER_MS); in createSwipeDismissAnimation()