Searched refs:mDelayScale (Results 1 – 2 of 2) sorted by relevance
43 protected final float mDelayScale; field in AppearAnimationUtils59 mDelayScale = delayScaleFactor; in AppearAnimationUtils()172 return (long) ((row * 40 + col * (Math.pow(row, 0.4) + 0.4) * 20) * mDelayScale); in calculateDelay()
48 return (long) ((row * 60 + col * (Math.pow(row, 0.4) + 0.4) * 10) * mDelayScale); in calculateDelay()