Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DOrientationManager.java29 import com.android.gallery3d.ui.OrientationSource;
31 public class OrientationManager implements OrientationSource {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DOrientationSource.java19 public interface OrientationSource { interface
DGLRoot.java44 public void setOrientationSource(OrientationSource source); in setOrientationSource()
DGLRootView.java85 private OrientationSource mOrientationSource;
545 public void setOrientationSource(OrientationSource source) { in setOrientationSource()