OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLView
(Results
26 - 31
of
31
) sorted by null
1
2
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java
33
public class SlotView extends
GLView
{
138
public void addComponent(
GLView
view) {
143
public boolean removeComponent(
GLView
view) {
PhotoView.java
35
public class PhotoView extends
GLView
{
TileImageView.java
36
public class TileImageView extends
GLView
{
/development/samples/GlobalTime/src/com/android/globaltime/
GLView.java
54
* <p> A
GLView
object stores common elements of GL state and allows
59
* <p> A
GLView
is not an actual View; instead, it is meant to be
63
* <p> By passing key events to the
GLView
object from the View,
69
*
GLView
mGlView = new
GLView
();
72
* // Hand the key to the
GLView
object first
89
* <p> During drawing of a frame, the
GLView
object should be given the
105
* // Enable a light for the
GLView
to manipulate
109
* // Allow the
GLView
to set GL parameters
121
* // Inform the
GLView
of what was drawn, and ask it to display statistic
[
all
...]
GlobalTime.java
136
GLView
mGLView;
988
mGLView = new
GLView
();
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetPage.java
48
import com.android.gallery3d.ui.
GLView
;
107
private final
GLView
mRootPane = new
GLView
() {
Completed in 210 milliseconds
1
2