OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
com.arm.malideveloper.openglessdk.translucency.Translucency Class Reference
Inheritance diagram for com.arm.malideveloper.openglessdk.translucency.Translucency:

Classes

class  Renderer
 

Public Member Functions

boolean onTouchEvent (MotionEvent event)
 

Protected Member Functions

void onCreate (Bundle savedInstanceState)
 
void onPause ()
 
void onResume ()
 

Private Member Functions

void extractAsset (String assetName)
 

Private Attributes

GLSurfaceView view
 

Static Private Attributes

static android.content.Context applicationContext = null
 
static String assetsDirectory = null
 
static String LOGTAG = "libNative"
 

Detailed Description

Definition at line 48 of file Translucency.java.

Member Function Documentation

void com.arm.malideveloper.openglessdk.translucency.Translucency.extractAsset ( String  assetName)
inlineprivate

Definition at line 115 of file Translucency.java.

void com.arm.malideveloper.openglessdk.translucency.Translucency.onCreate ( Bundle  savedInstanceState)
inlineprotected

Definition at line 55 of file Translucency.java.

void com.arm.malideveloper.openglessdk.translucency.Translucency.onPause ( )
inlineprotected

Definition at line 91 of file Translucency.java.

void com.arm.malideveloper.openglessdk.translucency.Translucency.onResume ( )
inlineprotected

Definition at line 98 of file Translucency.java.

boolean com.arm.malideveloper.openglessdk.translucency.Translucency.onTouchEvent ( MotionEvent  event)
inline

Definition at line 104 of file Translucency.java.

Member Data Documentation

android.content.Context com.arm.malideveloper.openglessdk.translucency.Translucency.applicationContext = null
staticprivate

Definition at line 50 of file Translucency.java.

String com.arm.malideveloper.openglessdk.translucency.Translucency.assetsDirectory = null
staticprivate

Definition at line 51 of file Translucency.java.

String com.arm.malideveloper.openglessdk.translucency.Translucency.LOGTAG = "libNative"
staticprivate

Definition at line 52 of file Translucency.java.

GLSurfaceView com.arm.malideveloper.openglessdk.translucency.Translucency.view
private

Definition at line 53 of file Translucency.java.


The documentation for this class was generated from the following file: