Home | History | Annotate | Download | only in android

Lines Matching refs:NativeActivity

23  * \brief C++ wrapper for Android NativeActivity.
25 * To use this wrapper, implement your NativeActivity by extending this
26 * class and create NativeActivity in ANativeActivity_onCreate().
28 * tcu::NativeActivity constructor will fill activity->callbacks and
41 class NativeActivity
44 NativeActivity (ANativeActivity* activity);
45 virtual ~NativeActivity (void);
71 NativeActivity (const NativeActivity& other);
72 NativeActivity& operator= (const NativeActivity& other);