HomeSort by relevance Sort by last modified time
    Searched refs:Activity (Results 76 - 100 of 1444) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tests/src/android/widget/cts/
LinearLayoutStubActivity.java 21 import android.app.Activity;
27 public class LinearLayoutStubActivity extends Activity {
ListViewStubActivity.java 21 import android.app.Activity;
24 public class ListViewStubActivity extends Activity {
MediaControllerStubActivity.java 19 import android.app.Activity;
28 public class MediaControllerStubActivity extends Activity {
30 * Called with the activity is first created.
MockPopupWindowStubActivity.java 21 import android.app.Activity;
26 * Stub activity for testing {@link PopupWindow}
28 public class MockPopupWindowStubActivity extends Activity {
MultiAutoCompleteTextViewStubActivity.java 21 import android.app.Activity;
27 public class MultiAutoCompleteTextViewStubActivity extends Activity {
RatingBarStubActivity.java 19 import android.app.Activity;
28 public class RatingBarStubActivity extends Activity {
30 * Called with the activity is first created.
RelativeLayoutStubActivity.java 21 import android.app.Activity;
27 public class RelativeLayoutStubActivity extends Activity {
29 * Called with the activity is first created.
RemoteViewsStubActivity.java 21 import android.app.Activity;
26 * Stub activity for testing {@link RemoteViews}
28 public class RemoteViewsStubActivity extends Activity {
ScrollViewStubActivity.java 21 import android.app.Activity;
24 public class ScrollViewStubActivity extends Activity {
SlidingDrawerStubActivity.java 21 import android.app.Activity;
24 public class SlidingDrawerStubActivity extends Activity {
TableStubActivity.java 21 import android.app.Activity;
27 public class TableStubActivity extends Activity {
29 * Called with the activity is first created.
TextViewStubActivity.java 21 import android.app.Activity;
27 public class TextViewStubActivity extends Activity {
29 * Called with the activity is first created.
TwoLineListItemStubActivity.java 21 import android.app.Activity;
26 * Stub activity for testing {@link TwoLineListItem}
28 public class TwoLineListItemStubActivity extends Activity {
30 * Called with the activity is first created.
VideoViewStubActivity.java 21 import android.app.Activity;
28 public class VideoViewStubActivity extends Activity {
30 * Called with the activity is first created.
ViewAnimatorStubActivity.java 19 import android.app.Activity;
26 public class ViewAnimatorStubActivity extends Activity {
28 * Called with the activity is first created.
ViewFlipperStubActivity.java 21 import android.app.Activity;
24 public class ViewFlipperStubActivity extends Activity {
ZoomButtonStubActivity.java 21 import android.app.Activity;
27 public class ZoomButtonStubActivity extends Activity {
29 * Called with the activity is first created.
  /cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationScreenLayoutActivity.java 19 import android.app.Activity;
22 /** {@link Activity} that calls {@link #setRequestedOrientation(int)} with the extra value. */
23 public class ConfigurationScreenLayoutActivity extends Activity {
  /development/apps/Fallback/src/com/android/fallback/
Fallback.java 19 import android.app.Activity;
23 * A fall back activity that registers itself for common intents which
26 public class Fallback extends Activity {
  /development/apps/launchperf/src/com/android/launchperf/
ComplexActivity.java 22 import android.app.Activity;
25 public class ComplexActivity extends Activity {
27 /** Called with the activity is first created. */
SimpleActivity.java 22 import android.app.Activity;
25 public class SimpleActivity extends Activity {
27 /** Called with the activity is first created. */
  /development/ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java 3 import android.app.Activity;
7 public class HelloNeon extends Activity
9 /** Called when the activity is first created. */
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperICS.java 19 import android.app.Activity;
29 protected ActionBarHelperICS(Activity activity) {
30 super(activity);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
CustomDialogActivity.java 23 import android.app.Activity;
27 * <h3>Dialog Activity</h3>
29 * <p>This demonstrates the how to write an activity that looks like
32 public class CustomDialogActivity extends Activity {
34 * Initialization of the Activity after it is first created. Must at least
35 * call {@link android.app.Activity#setContentView setContentView()} to
ForwardTarget.java 23 import android.app.Activity;
29 * another activity.
31 public class ForwardTarget extends Activity

Completed in 777 milliseconds

1 2 34 5 6 7 8 91011>>