Searched refs:minScrollProgress (Results 1 – 1 of 1) sorted by relevance
1385 float minScrollProgress = Math.min(0, scrollProgress); in screenScrolled() local1391 translationX = minScrollProgress * v.getMeasuredWidth(); in screenScrolled()1392 … interpolatedProgress = mZInterpolator.getInterpolation(Math.abs(minScrollProgress)); in screenScrolled()