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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/RenderScript/HelloWorld/src/com/example/android/rs/helloworld/
HelloWorld.java 19 import android.app.Activity;
22 // Renderscript activity
23 public class HelloWorld extends Activity {
32 // Create our view and set it as the content of our Activity
40 // to take appropriate action when the activity loses focus
48 // to take appropriate action when the activity loses focus
  /development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/
RsList.java 19 import android.app.Activity;
22 public class RsList extends Activity {
31 // Activity
39 // to take appropriate action when the activity loses focus
47 // to take appropriate action when the activity loses focus
RsRenderStates.java 19 import android.app.Activity;
22 public class RsRenderStates extends Activity {
31 // Activity
39 // to take appropriate action when the activity looses focus
47 // to take appropriate action when the activity looses focus
  /development/samples/SimpleJNI/src/com/example/android/simplejni/
SimpleJNI.java 19 import android.app.Activity;
23 public class SimpleJNI extends Activity {
24 /** Called when the activity is first created. */
  /development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
Notepadv1.java 19 import android.app.Activity;
24 public class Notepadv1 extends Activity {
27 /** Called when the activity is first created. */
  /device/sample/apps/client/src/com/example/android/platform_library/client/
Client.java 21 import android.app.Activity;
28 public class Client extends Activity {
  /external/android-mock/livetests/com/google/android/testing/mocking/testapp/
TestAppActivity.java 21 import android.app.Activity;
25 * Extremely simple Activity to give our Mocking Test something to test.
29 public class TestAppActivity extends Activity {
30 /** Called when the activity is first created. */
  /external/svox/pico/src/com/svox/pico/
DownloadVoiceData.java 18 import android.app.Activity;
27 public class DownloadVoiceData extends Activity {
  /frameworks/base/core/tests/coretests/src/android/app/
TranslucentFancyActivity.java 21 import android.app.Activity;
27 * <h3>Fancy Translucent Activity</h3>
29 * <p>This demonstrates the how to write an activity that is translucent,
34 * App/Activity/Translucent Fancy
48 public class TranslucentFancyActivity extends Activity
51 * Initialization of the Activity after it is first created. Must at least
52 * call {@link android.app.Activity#setContentView setContentView()} to
  /frameworks/base/core/tests/coretests/src/android/webkit/
AccessibilityInjectorTestActivity.java 21 import android.app.Activity;
24 public class AccessibilityInjectorTestActivity extends Activity {
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
FillInWrap.java 21 import android.app.Activity;
25 public class FillInWrap extends Activity {
  /frameworks/base/opengl/tests/gl_jni/src/com/android/gljni/
GLJNIActivity.java 19 import android.app.Activity;
22 public class GLJNIActivity extends Activity {
  /frameworks/base/opengl/tests/testViewport/src/com/android/test/
TestActivity.java 19 import android.app.Activity;
23 public class TestActivity extends Activity {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextFadeActivity.java 19 import android.app.Activity;
27 public class TextFadeActivity extends Activity {
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ManyEditTextActivityBaseTestCase.java 19 import android.app.Activity;
23 public abstract class ManyEditTextActivityBaseTestCase<T extends Activity> extends ImfBaseTestCase<T> {
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTest.java 19 import android.app.Activity;
23 public class ShadersTest extends Activity {
  /packages/apps/Browser/src/com/android/browser/
BookmarkSearch.java 19 import android.app.Activity;
24 * This activity is never started from the browser. Its purpose is to provide bookmark suggestions
28 public class BookmarkSearch extends Activity {
  /packages/apps/Calculator/tests/src/com/android/calculator2/tests/
CalculatorLaunchPerformance.java 19 import android.app.Activity;
51 finish(Activity.RESULT_OK, mResults);
  /packages/apps/Calendar/tests/src/com/android/calendar/
CalendarLaunchPerformance.java 19 import android.app.Activity;
49 finish(Activity.RESULT_OK, mResults);
  /packages/apps/Camera/tests/src/com/android/camera/
CameraLaunchPerformance.java 19 import android.app.Activity;
44 finish(Activity.RESULT_OK, mResults);
  /packages/apps/Contacts/src/com/android/contacts/activities/
TransactionSafeActivity.java 19 import android.app.Activity;
23 * A common superclass that keeps track of whether an {@link Activity} has saved its state yet or
26 public class TransactionSafeActivity extends Activity {
56 * whether {@link Activity#onSaveInstanceState} has been called or not.
58 * Make sure that the current activity calls into
  /packages/apps/Gallery/tests/src/com/android/camera/
CameraLaunchPerformance.java 19 import android.app.Activity;
44 finish(Activity.RESULT_OK, mResults);
  /packages/apps/Mms/tests/src/com/android/mms/
MmsLaunchPerformance.java 3 import android.app.Activity;
26 finish(Activity.RESULT_OK, mResults);
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerLaunchPerformance.java 19 import android.app.Activity;
51 finish(Activity.RESULT_OK, mResults);
  /packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
CrashingSuggestionLauncher.java 19 import android.app.Activity;
24 public class CrashingSuggestionLauncher extends Activity {

Completed in 867 milliseconds

1 2 3 4 5 6 7 8 91011>>