Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlideshowView.java39 private int mCurrentRotation; field in SlideshowView
63 mPrevRotation = mCurrentRotation; in next()
65 mCurrentRotation = rotation; in next()
113 canvas.rotate(mCurrentRotation, 0, 0, 1); in render()