HomeSort by relevance Sort by last modified time
    Searched refs:OrientationSource (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
OrientationSource.java 19 public interface OrientationSource {
GLRoot.java 44 public void setOrientationSource(OrientationSource source);
GLRootView.java 85 private OrientationSource mOrientationSource;
542 public void setOrientationSource(OrientationSource source) {
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLRootMock.java 42 public void setOrientationSource(OrientationSource source) {}
GLRootStub.java 33 public void setOrientationSource(OrientationSource source) {}
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java 29 import com.android.gallery3d.ui.OrientationSource;
31 public class OrientationManager implements OrientationSource {

Completed in 84 milliseconds