Home
last modified time | relevance | path

Searched +refs:android +refs:activity +refs:class (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
Djava_file.template3 import android.app.Activity;
4 import android.os.Bundle;
6 public class ACTIVITY_NAME extends Activity {
7 /** Called when the activity is first created. */
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion18.txt1 Code completion in manifest.xml for <activity android:^name=".TestActivity":
2 android:name : Required name of the class implementing the activity, deriving from android.app.Act…
3 android:theme : The overall theme to use for an activity. [reference]
4 android:label : A user-legible name for the given item. [string, reference]
5 android:description : Descriptive text for the associated data. [reference]
6 android:icon : [reference]
7 android:logo : A Drawable resource providing an extended graphical logo for its associated item. …
8 android:launchMode : Specify how an activity should be launched. [enum]
9 android:screenOrientation : Specify the orientation an activity should be run in. [enum]
10 android:configChanges : Specify one or more configuration changes that the activity will handle it…
[all …]
Dcompletion11-expected-complation79.txt2 android.accounts.AccountAuthenticatorActivity : <p>See <code><a href="/reference/android/app/Search…
3 android.app.ActivityGroup : <p> <p class="caution"> <strong>This class was deprecated …
4 android.app.AliasActivity : <p>See <code><a href="/reference/android/app/SearchManager.html">androi…
5 android.app.ExpandableListActivity : <p> ExpandableListActivity hosts a <code><a href="/reference…
6 android.app.LauncherActivity : <div id="jd-header"> public abstract class <…
7 android.app.ListActivity : <p> ListActivity hosts a <code><a href="/reference/android/widget/ListV…
8 android.app.NativeActivity : <p>A typical manifest would look like: <pre>&lt;manifest xmlns:andro…
9 android.app.TabActivity : <p> <p class="caution"> <strong>This class was deprecated i…
10 android.preference.PreferenceActivity : <p>This activity shows one or more headers of preferences, …
/sdk/eclipse/
Dchanges.txt5 theme references, such as ?android:attr/dividerHeight
54 <uses-library>, <activity> etc are placed under the wrong parent.)
58 android.webkit.WebSettings.setJavaScriptEnabled.
65 class does not hold an implicit reference to its outer class.
91 addition to a visual refresh offers an activity chooser, a nested
120 * Go to Declaration now works for theme references (?android:attr,
272 detection of misspellings of class names.
311 implementations of the View class in your project source folders
417 activity and service classes, from Java access of resource R fields
447 - android.jar source and javadoc location can now be configured.
[all …]