Searched refs:mAnimationRange (Results 1 – 1 of 1) sorted by relevance
43 private int mAnimationRange; field in AnimatedNotificationDisplayActivity53 mAnimationRange = getResources().getDimensionPixelSize(R.dimen.animation_range); in onCreate()61 ImageZoomView zoomView = new ImageZoomView(this, mImageView, mAnimationRange); in onCreate()73 float endX = -mRandom.nextInt(mAnimationRange); in createNextAnimation()74 float endY = -mRandom.nextInt(mAnimationRange); in createNextAnimation()83 (int) (distance * BASE_ANIMATION_DURATION_MS / mAnimationRange))); in createNextAnimation()