HomeSort by relevance Sort by last modified time
    Searched refs:Activity (Results 476 - 500 of 2284) sorted by null

<<11121314151617181920>>

  /cts/tools/cts-holo-generation/src/com/android/cts/holo_capture/
CaptureActivity.java 19 import android.app.Activity;
26 public class CaptureActivity extends Activity {
  /developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/
MainActivity.java 19 import android.app.Activity;
33 public class MainActivity extends Activity {
  /development/ndk/platforms/android-8/samples/bitmap-plasma/src/com/example/plasma/
Plasma.java 18 import android.app.Activity;
25 public class Plasma extends Activity
27 /** Called when the activity is first created. */
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarActivity.java 19 import android.app.Activity;
25 * A base activity that defers common functionality across app activities to an {@link
31 * android.support.v4.app.FragmentActivity instead of {@link Activity}.
33 public abstract class ActionBarActivity extends Activity {
37 * Returns the {@link ActionBarHelper} for this activity.
65 * {@link Activity#onCreateOptionsMenu(android.view.Menu)}.
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackActivity.java 19 import android.app.Activity;
29 * This is the entry activity for a sample that demonstrates how to implement an
32 public class ClockBackActivity extends Activity {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarMechanics.java 18 import android.app.Activity;
30 public class ActionBarMechanics extends Activity {
37 // by your Activity's theme in your manifest. The provided system
ContactsFilter.java 21 import android.app.Activity;
34 public class ContactsFilter extends Activity {
Forwarding.java 23 import android.app.Activity;
33 * another activity. This can be useful, for example, to implement
34 a confirmation dialog before the user goes on to another activity -- once the
39 an activity that returns a result to its caller. Either approach can be
43 App/Activity/Receive Result
49 <td class="DescrColumn">Forwards the user to another activity when its button is pressed</td>
57 public class Forwarding extends Activity
75 // Here we start the next activity, and then call finish()
IncomingMessageInterstitial.java 21 import android.app.Activity;
29 * This is an activity that provides an interstitial UI for the notification
33 public class IncomingMessageInterstitial extends Activity {
50 * Perform a switch to the app. A new activity stack is started, replacing
51 * whatever is currently running, and this activity is finished.
58 // Build the new activity stack, launch it, and finish this UI.
IncomingMessageView.java 21 import android.app.Activity;
27 * This activity is run as the click activity for {@link IncomingMessage}.
31 public class IncomingMessageView extends Activity {
LocalSample.java 21 import android.app.Activity;
34 public class LocalSample extends Activity {
NotifyingController.java 23 import android.app.Activity;
34 public class NotifyingController extends Activity {
RedirectEnter.java 23 import android.app.Activity;
34 public class RedirectEnter extends Activity
ReorderFour.java 21 import android.app.Activity;
28 public class ReorderFour extends Activity {
ReorderOnLaunch.java 21 import android.app.Activity;
28 public class ReorderOnLaunch extends Activity {
ReorderThree.java 21 import android.app.Activity;
28 public class ReorderThree extends Activity {
ReorderTwo.java 21 import android.app.Activity;
28 public class ReorderTwo extends Activity {
SaveRestoreState.java 23 import android.app.Activity;
29 * <p>Demonstrates required behavior of saving and restoring dynamic activity
30 * state, so that an activity will restart with the correct state if it is
33 * <p>In general, any activity that has been paused may be stopped by the system
34 * at any time if it needs more resources for the currently running activity.
36 * {@link android.app.Activity#onSaveInstanceState onSaveInstanceState()} method is called before
37 * an activity is paused, allowing it to supply its current state. If that
38 * activity then needs to be stopped, upon restarting it will receive its
40 * {@link android.app.Activity#onCreate}.</p>
49 * App/Activity/Save &amp; Restore Stat
    [all...]
SecureDialogActivity.java 21 import android.app.Activity;
29 * <h3>Secure Dialog Activity</h3>
32 * This activity demonstrates how to create a dialog whose window is backed by
53 public class SecureDialogActivity extends Activity
56 * Initialization of the Activity after it is first created. Must at least
57 * call {@link android.app.Activity#setContentView setContentView()} to
SecureSurfaceViewActivity.java 22 import android.app.Activity;
29 * <h3>Secure Window Activity</h3>
32 * This activity demonstrates how to create a {@link SurfaceView} backed by
53 public class SecureSurfaceViewActivity extends Activity {
57 * Initialization of the Activity after it is first created. Must at least
58 * call {@link android.app.Activity#setContentView setContentView()} to
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ReadAsset.java 23 import android.app.Activity;
34 public class ReadAsset extends Activity
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20Activity.java 19 import android.app.Activity;
30 public class GLES20Activity extends Activity {
58 // to take appropriate action when the activity looses focus
66 // to take appropriate action when the activity looses focus
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextActivity.java 21 import android.app.Activity;
25 public class SpriteTextActivity extends Activity {
  /development/samples/ApiDemos/src/com/example/android/apis/media/
VideoViewDemo.java 20 import android.app.Activity;
27 public class VideoViewDemo extends Activity {
  /development/samples/ApiDemos/src/com/example/android/apis/nfc/
ForegroundNdefPush.java 21 import android.app.Activity;
31 public class ForegroundNdefPush extends Activity {

Completed in 365 milliseconds

<<11121314151617181920>>