HomeSort by relevance Sort by last modified time
    Searched refs:GLRootView (Results 1 - 4 of 4) 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 47 import com.android.gallery3d.ui.GLRootView;
56 private GLRootView mGLRootView;
143 mGLRootView = (GLRootView) findViewById(R.id.gl_root_view);
PhotoPage.java 67 import com.android.gallery3d.ui.GLRootView;
553 ((GLRootView) mActivity.getGLRoot()).setOnSystemUiVisibilityChangeListener(
    [all...]
  /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) {
595 // These methods will wait on GLThread. If we have freezed the GLRootView,

Completed in 77 milliseconds