OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
,
/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
...]
Completed in 307 milliseconds