Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlideshowView.java125 private final PointF mMovingVector; field in SlideshowView.SlideshowAnimation
131 mMovingVector = new PointF( in SlideshowAnimation()
146 float centerX = viewWidth / 2 + mMovingVector.x * mProgress; in apply()
147 float centerY = viewHeight / 2 + mMovingVector.y * mProgress; in apply()