Home
last modified time | relevance | path

Searched refs:NativeActivity (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/docs/html/ndk/guides/
Dconcepts.jd111 {@link android.app.NativeActivity} class in the
156 <li>If you are writing a native-only app, declare the {@link android.app.NativeActivity} class in
191 <p>The Android SDK provides a helper class, {@link android.app.NativeActivity}, that allows you to
192 write a completely native activity. {@link android.app.NativeActivity} handles the communication
197 <p>An Android application using {@link android.app.NativeActivity} still runs in its own virtual
213 {@link android.app.NativeActivity} class. It contains the callback interface and data structures
248 {@link android.app.NativeActivity}.</p>
251 &lt;activity android:name="android.app.NativeActivity"
254 <p class="note"><strong>Note:</strong> You can subclass {@link android.app.NativeActivity}. If you
255 do, use the name of the subclass instead of {@link android.app.NativeActivity}.</p>
/frameworks/base/docs/html/ndk/samples/
Dsample_na.jd32 the <a href="{@docRoot}ndk/guides/concepts.html#naa">{@code NativeActivity}</a> framework class.</p>
47 <p>The next line declares the {@code NativeActivity} class.</p>
50 &lt;activity android:name="android.app.NativeActivity"
103 application uses to manage {@code NativeActivity} lifecycle events and touch input.</p>
154 simplifies handling of {@code NativeActivity} callbacks.</p>
Dsample_teapot.jd33 <p>The activity declaration here is not {@link android.app.NativeActivity} itself, but
53 <p>An app that uses the {@link android.app.NativeActivity} framework class must not specify an
55 {@link android.app.NativeActivity} class, see
/frameworks/base/docs/html/ndk/reference/
Dstruct_a_native_activity_callbacks.jd89 <p>NativeActivity is being destroyed. See Java documentation for Activity.onDestroy() for more info…
193 <p>NativeActivity has paused. See Java documentation for Activity.onPause() for more information. <…
206 <p>NativeActivity has resumed. See Java documentation for Activity.onResume() for more information.…
219 <p>Framework is asking NativeActivity to save its current instance state. See Java documentation fo…
232 <p>NativeActivity has started. See Java documentation for Activity.onStart() for more information. …
245 <p>NativeActivity has stopped. See Java documentation for Activity.onStop() for more information. <…
258 <p>Focus has changed in this NativeActivity's window. This is often used, for example, to pause a g…
Dstruct_a_native_activity.jd40 <div class="textblock"><p>This structure defines the native side of an android.app.NativeActivity. …
77 <p>The NativeActivity object handle.</p>
78 …e named 'activity' instead of 'clazz', since it's a reference to the NativeActivity instance creat…
Dgroup___native_activity.jd154 <p>This structure defines the native side of an android.app.NativeActivity. It is created by the fr…
/frameworks/base/core/java/android/app/
DNativeActivity.java57 public class NativeActivity extends Activity implements SurfaceHolder.Callback2, class
116 NativeActivity mActivity;
/frameworks/base/docs/html/about/versions/
Dandroid-2.3-highlights.jd275 <code>NativeActivity</code> whose lifecycle callbacks are implemented directly
276 in native code. The <code>NativeActivity</code> and its underlying native code
Dandroid-2.3.jd542 <li>{@link android.app.NativeActivity} is a new type of Activity class, whose
544 <code>NativeActivity</code> and its underlying native code run in the system
/frameworks/base/
Dpreloaded-classes391 android.app.NativeActivity
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd3004 {@link android.app.NativeActivity} class. For detailed information describing the changes
/frameworks/base/docs/html/
Dsitemap.txt927 http://developer.android.com/reference/android/app/NativeActivity.html
/frameworks/base/api/
Dcurrent.txt4681 …public class NativeActivity extends android.app.Activity implements android.view.InputQueue.Callba…
4682 ctor public NativeActivity();
Dsystem-current.txt4798 …public class NativeActivity extends android.app.Activity implements android.view.InputQueue.Callba…
4799 ctor public NativeActivity();