Home
last modified time | relevance | path

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

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