Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java121 public static final float EDGE_SCALE_DOWN_FACTOR = 0.03f; field in TaskView
753 return 1 - curveInterpolation * EDGE_SCALE_DOWN_FACTOR; in getCurveScaleForCurveInterpolation()