Home
last modified time | relevance | path

Searched defs:maxLengthSeconds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java57 public FlingAnimationUtils(DisplayMetrics displayMetrics, float maxLengthSeconds) { in FlingAnimationUtils()
67 public FlingAnimationUtils(DisplayMetrics displayMetrics, float maxLengthSeconds, in FlingAnimationUtils()
81 public FlingAnimationUtils(DisplayMetrics displayMetrics, float maxLengthSeconds, in FlingAnimationUtils()
197 float maxLengthSeconds = (float) (mMaxLengthSeconds in getProperties() local
294 float maxLengthSeconds = (float) (mMaxLengthSeconds in getDismissingProperties() local
424 public Builder setMaxLengthSeconds(float maxLengthSeconds) { in setMaxLengthSeconds()