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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlideshowView.java38 private int mCurrentRotation; field in class:SlideshowView
62 mPrevRotation = mCurrentRotation;
64 mCurrentRotation = rotation;
114 canvas.rotate(mCurrentRotation, 0, 0, 1);

Completed in 205 milliseconds