Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipPinchResizingAlgorithm.java85 return Math.signum(angle) * Math.max(0, (Math.abs(dampedRotate(angle)) - ANGLE_THRESHOLD)); in constrainRotationAngle()
92 private float dampedRotate(float amount) { in dampedRotate() method in PipPinchResizingAlgorithm