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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PickerActivity.java 28 import com.android.gallery3d.ui.GLRootView;
59 ((GLRootView) findViewById(R.id.gl_root_view)).setZOrderOnTop(true);
AbstractGalleryActivity.java 44 import com.android.gallery3d.ui.GLRootView;
52 private GLRootView mGLRootView;
139 mGLRootView = (GLRootView) findViewById(R.id.gl_root_view);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 57 // <code>GLRootView</code> instance unless it can be proved that the rendering
61 // (3) The overridden methods in GLRootView.
62 public class GLRootView extends GLSurfaceView
64 private static final String TAG = "GLRootView";
114 public GLRootView(Context context) {
118 public GLRootView(Context context, AttributeSet attrs) {
592 // These methods will wait on GLThread. If we have freezed the GLRootView,
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java 67 import com.android.gallery3d.ui.GLRootView;
110 private GLRootView mGLRootView;
286 mGLRootView = (GLRootView) mActivity.getGLRoot();
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
PanoramaModule.java 66 import com.android.gallery3d.ui.GLRootView;
110 private GLRootView mGLRootView;
284 mGLRootView = (GLRootView) mActivity.getGLRoot();
    [all...]

Completed in 105 milliseconds