Searched refs:NativeActivity (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/docs/html/ndk/guides/ |
D | concepts.jd | 111 {@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 <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/ |
D | sample_na.jd | 32 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 <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>
|
D | sample_teapot.jd | 33 <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/ |
D | struct_a_native_activity_callbacks.jd | 89 <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…
|
D | struct_a_native_activity.jd | 40 <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…
|
D | group___native_activity.jd | 154 <p>This structure defines the native side of an android.app.NativeActivity. It is created by the fr…
|
/frameworks/base/core/java/android/app/ |
D | NativeActivity.java | 57 public class NativeActivity extends Activity implements SurfaceHolder.Callback2, class 116 NativeActivity mActivity;
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3-highlights.jd | 275 <code>NativeActivity</code> whose lifecycle callbacks are implemented directly 276 in native code. The <code>NativeActivity</code> and its underlying native code
|
D | android-2.3.jd | 542 <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/ |
D | preloaded-classes | 391 android.app.NativeActivity
|
/frameworks/base/docs/html/ndk/downloads/ |
D | revision_history.jd | 3004 {@link android.app.NativeActivity} class. For detailed information describing the changes
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 927 http://developer.android.com/reference/android/app/NativeActivity.html
|
/frameworks/base/api/ |
D | current.txt | 4681 …public class NativeActivity extends android.app.Activity implements android.view.InputQueue.Callba… 4682 ctor public NativeActivity();
|
D | system-current.txt | 4798 …public class NativeActivity extends android.app.Activity implements android.view.InputQueue.Callba… 4799 ctor public NativeActivity();
|