Searched refs:maxScrollProgress (Results 1 – 1 of 1) sorted by relevance
1384 float maxScrollProgress = Math.max(0, scrollProgress); in screenScrolled() local1388 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()