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

Public Member Functions

boolean onTouch (View v, MotionEvent event)
 
boolean onTouchEvent (MotionEvent event)
 

Static Public Member Functions

static native void init (int width, int height)
 
static native void step ()
 
static native void uninit ()
 
static native void touchStart (int x, int y)
 
static native void touchMove (int x, int y)
 
static native void touchEnd (int x, int y)
 
- Static Public Member Functions inherited from com.arm.malideveloper.openglessdk.MaliSamplesActivity
static int[] openAsset (String path)
 
static void extractAsset (String resource_file_dir, String asset_path)
 

Protected Member Functions

void onCreate (Bundle icicle)
 
void onPause ()
 
void onResume ()
 
void onDestroy ()
 
- Protected Member Functions inherited from com.arm.malideveloper.openglessdk.MaliSamplesActivity
void onCreate (Bundle savedInstanceState)
 

Additional Inherited Members

- Static Public Attributes inherited from com.arm.malideveloper.openglessdk.MaliSamplesActivity
static android.content.Context mAppContext = null
 
- Static Protected Attributes inherited from com.arm.malideveloper.openglessdk.MaliSamplesActivity
static String LOG_TAG = "MaliSamplesActivity"
 

Detailed Description

Definition at line 71 of file ThreadSync.java.

Member Function Documentation

static native void com.arm.malideveloper.openglessdk.threadsync.ThreadSync.init ( int  width,
int  height 
)
static
void com.arm.malideveloper.openglessdk.threadsync.ThreadSync.onCreate ( Bundle  icicle)
inlineprotected

Definition at line 83 of file ThreadSync.java.

void com.arm.malideveloper.openglessdk.threadsync.ThreadSync.onDestroy ( )
inlineprotected

Definition at line 107 of file ThreadSync.java.

void com.arm.malideveloper.openglessdk.threadsync.ThreadSync.onPause ( )
inlineprotected

Definition at line 95 of file ThreadSync.java.

void com.arm.malideveloper.openglessdk.threadsync.ThreadSync.onResume ( )
inlineprotected

Definition at line 101 of file ThreadSync.java.

boolean com.arm.malideveloper.openglessdk.threadsync.ThreadSync.onTouch ( View  v,
MotionEvent  event 
)
inline

Definition at line 118 of file ThreadSync.java.

boolean com.arm.malideveloper.openglessdk.threadsync.ThreadSync.onTouchEvent ( MotionEvent  event)
inline

Definition at line 125 of file ThreadSync.java.

static native void com.arm.malideveloper.openglessdk.threadsync.ThreadSync.step ( )
static
static native void com.arm.malideveloper.openglessdk.threadsync.ThreadSync.touchEnd ( int  x,
int  y 
)
static
static native void com.arm.malideveloper.openglessdk.threadsync.ThreadSync.touchMove ( int  x,
int  y 
)
static
static native void com.arm.malideveloper.openglessdk.threadsync.ThreadSync.touchStart ( int  x,
int  y 
)
static
static native void com.arm.malideveloper.openglessdk.threadsync.ThreadSync.uninit ( )
static

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