Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPickerActivity.java28 import com.android.gallery3d.ui.GLRootView;
59 ((GLRootView) findViewById(R.id.gl_root_view)).setZOrderOnTop(true); in onCreate()
DAbstractGalleryActivity.java47 import com.android.gallery3d.ui.GLRootView;
56 private GLRootView mGLRootView;
143 mGLRootView = (GLRootView) findViewById(R.id.gl_root_view); in setContentView()
DPhotoPage.java67 import com.android.gallery3d.ui.GLRootView;
553 ((GLRootView) mActivity.getGLRoot()).setOnSystemUiVisibilityChangeListener( in onCreate()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java62 public class GLRootView extends GLSurfaceView class
114 public GLRootView(Context context) { in GLRootView() method in GLRootView
118 public GLRootView(Context context, AttributeSet attrs) { in GLRootView() method in GLRootView