Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizePagedView.java1384 float maxScrollProgress = Math.max(0, scrollProgress); in screenScrolled() local
1388 translationX = maxScrollProgress * v.getMeasuredWidth(); in screenScrolled()
1389 … interpolatedProgress = mZInterpolator.getInterpolation(Math.abs(maxScrollProgress)); in screenScrolled()
1399 alpha = mAlphaInterpolator.getInterpolation(1 - Math.abs(maxScrollProgress)); in screenScrolled()