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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRootView.java85 private OrientationSource mOrientationSource; field in class:GLRootView
236 if (mOrientationSource != null) {
237 displayRotation = mOrientationSource.getDisplayRotation();
238 compensation = mOrientationSource.getCompensation();
402 if ((mOrientationSource != null
403 && mDisplayRotation != mOrientationSource.getDisplayRotation())
546 mOrientationSource = source;

Completed in 177 milliseconds