HomeSort by relevance Sort by last modified time
    Searched full:link (Results 51 - 75 of 8734) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/resources/tutorials/views/
hello-timepicker.jd 3 parent.link=index.html
6 <p>To provide a widget for selecting a time, use the {@link android.widget.TimePicker}
9 <p>In this tutorial, you'll create a {@link android.app.TimePickerDialog}, which presents the
11 the user, a {@link android.widget.TextView} will update with the new date.</p>
32 <p>This is a basic {@link android.widget.LinearLayout} with a {@link android.widget.TextView}
33 that will display the time and a {@link android.widget.Button} that will open the {@link
50 <li>Now insert the following code for the {@link android.app.Activity#onCreate(Bundle) onCreate()}
79 <p>First, the content is set to the <code>main.xml</code> layout and then the {@link
    [all...]
hello-relativelayout.jd 3 parent.link=index.html
6 <p>{@link android.widget.RelativeLayout} is a {@link android.view.ViewGroup} that displays
7 child {@link android.view.View} elements in relative positions. The position of a {@link
9 a given element) or in positions relative to the {@link android.widget.RelativeLayout} area (such as
12 <p>A {@link android.widget.RelativeLayout} is a very powerful utility for designing a user
13 interface because it can eliminate nested {@link android.view.ViewGroup}s. If you find
14 yourself using several nested {@link android.widget.LinearLayout} groups, you may be able to
15 replace them with a single {@link android.widget.RelativeLayout}.</p
    [all...]
hello-spinner.jd 3 parent.link=index.html
6 <p>{@link android.widget.Spinner} is a widget similar to a drop-down list for selecting items.</p>
36 <p>Notice that the {@link android.widget.TextView}'s <code>android:text</code> attribute and the
37 {@link android.widget.Spinner}'s <code>android:prompt</code> attribute both reference the same
38 string resource. This text behaves as a title for the widget. When applied to the {@link
61 <p>The {@code &lt;string>} element defines the title string referenced by the {@link
62 android.widget.TextView} and {@link android.widget.Spinner} in the layout above. The {@code
64 the {@link android.widget.Spinner} widget.</p>
67 <li>Now open the <code>HelloSpinner.java</code> file and insert the following code for the {@link
82 <p>After the {@code main.xml} layout is set as the content view, the {@link
    [all...]
hello-webview.jd 3 parent.link=index.html
6 <p>{@link android.webkit.WebView} allows you to create your own window for viewing web pages (or even
7 develop a complete browser). In this tutorial, you'll create a simple {@link android.app.Activity}
24 At the top of the class, declare a {@link android.webkit.WebView} object:
26 <p>Then use the following code for the {@link android.app.Activity#onCreate(Bundle) onCreate()}
38 <p>This initializes the member {@link android.webkit.WebView} with the one from the
39 {@link android.app.Activity} layout; requests a {@link android.webkit.WebSettings} object with
40 {@link android.webkit.WebView#getSettings()}; and enables JavaScript for the {@link
    [all...]
  /frameworks/base/test-runner/src/android/test/
ActivityUnitTestCase.java 34 * automatically here by {@link #setUp} and {@link #tearDown}.
36 * <p>If you prefer a functional test, see {@link android.test.ActivityInstrumentationTestCase}.
43 * <li>{@link android.app.Activity#createPendingResult(int, Intent, int)}</li>
44 * <li>{@link android.app.Activity#startActivityIfNeeded(Intent, int)}</li>
45 * <li>{@link android.app.Activity#startActivityFromChild(Activity, Intent, int)}</li>
46 * <li>{@link android.app.Activity#startNextMatchingActivity(Intent)}</li>
47 * <li>{@link android.app.Activity#getCallingActivity()}</li>
48 * <li>{@link android.app.Activity#getCallingPackage()}</li>
49 * <li>{@link android.app.Activity#createPendingResult(int, Intent, int)}</li
    [all...]
  /frameworks/base/docs/html/intl/ja/guide/topics/
fundamentals.jd 8 <li>{@link android.app.Activity}</li>
9 <li>{@link android.app.Service}</li>
10 <li>{@link android.content.BroadcastReceiver}</li>
11 <li>{@link android.content.ContentProvider}</li>
12 <li>{@link android.content.Intent}</li>
83 <dd>?????????????? 1 ?????????????????????? ??????????????<i></i>??????????????????? ??????????????????????????????????????????????????????SMS ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ??????????????????????????????????????????????????{@link android.app.Activity} ?????????????????????
94 ?????????????????????{@link android.view.View} ???????????????????????????????????????????????????????????????????????????????????????????????????? ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????Android ??????????? ??????????? ??????? ???????????????????????????????????????
98 ????????<code>{@link android.app.Activity#setContentView Activity.setContentView()}</code> ??????????????????????????????????? ?????????????? View ????????<i></i>???????????????????<a href="{@docRoot}guide/topics/ui/index.html">User Interface</a> ????????????????
102 <dd>?????????????? ???????????????????????????????????????????<i></i>???????????????????? BGM ???????????????????????????????????????????????????????????????????????????????{@link android.app.Service} ???????????
120 ????????????????????????????????????????? ???????????????????????????{@link android.content.BroadcastReceiver} ??????????
    [all...]
  /frameworks/base/core/java/android/speech/
RecognizerIntent.java 32 * Constants for supporting speech recognition through starting an {@link Intent}
51 * {@link Activity#onActivityResult}, if you start the intent using
52 * {@link Activity#startActivityForResult(Intent, int)}), or forwarded via a PendingIntent
55 * <p>Starting this intent with just {@link Activity#startActivity(Intent)} is not supported.
56 * You must either use {@link Activity#startActivityForResult(Intent, int)}, or provide a
61 * <li>{@link #EXTRA_LANGUAGE_MODEL}
66 * <li>{@link #EXTRA_PROMPT}
67 * <li>{@link #EXTRA_LANGUAGE}
68 * <li>{@link #EXTRA_MAX_RESULTS}
69 * <li>{@link #EXTRA_RESULTS_PENDINGINTENT
    [all...]
  /external/bluetooth/glib/docs/reference/gobject/
tut_gobject.xml 8 for a base fundamental type named <type><link linkend="GObject">GObject</link></type>.
12 <type><link linkend="GObject">GObject</link></type> is a fundamental classed instantiable type. It implements:
20 inherit from <type><link linkend="GObject">GObject</link></type> which is why it is important to understand
28 The <function><link linkend="g-object-new">g_object_new</link></function>
36 Allocate and clear memory through <function><link linkend="g-type-create-instance">g_type_create_instance</link></function>
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 29 * Shows a hierarchy of {@link Preference} objects as
31 * automatically save to {@link SharedPreferences} as the user interacts with
32 * them. To retrieve an instance of {@link SharedPreferences} that the
34 * {@link PreferenceManager#getDefaultSharedPreferences(android.content.Context)}
42 * A {@link PreferenceScreen} object should be at the top of the preference
43 * hierarchy. Furthermore, subsequent {@link PreferenceScreen} in the hierarchy
45 * {@link PreferenceScreen} should be shown on another screen. The preference
50 * <li> From different {@link Activity Activities} that each specify its own
51 * preferences in an XML file via {@link Activity} meta-data
52 * <li> From an object hierarchy rooted with {@link PreferenceScreen
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/validation/
SchemaFactory.java 35 * Factory that creates {@link Schema} objects&#x2E; Entry-point to
39 * {@link SchemaFactory} is a schema compiler. It reads external
43 * The {@link SchemaFactory} class is not thread-safe. In other words,
45 * one thread is using a {@link SchemaFactory} object at any
50 * {@link SchemaFactory} is not re-entrant. While one of the
68 * The {@link SchemaFactory} class is capable of locating other
90 * <td>{@link javax.xml.XMLConstants#W3C_XML_SCHEMA_NS_URI} ("<code>http://www.w3.org/2001/XMLSchema</code>")</td>
94 * <td>{@link javax.xml.XMLConstants#RELAXNG_NS_URI} ("<code>http://relaxng.org/ns/structure/1.0</code>")</td>
111 * <p>Derived classes must create {@link SchemaFactory} objects that have
112 * <code>null</code> {@link ErrorHandler} an
    [all...]
  /cts/tools/signature-tools/templates/
ClassReferenceLink.st 1 $Link(url={http://code.google.com/android/reference/$it.packageFragments; separator="/"$/$it.name$.html}, name={<tt>$it.name$</tt>})$
PackageAddedLink.st 1 $Link(url={http://code.google.com/android/reference/$it.packageFragments; separator="/"$/package-summary.html}, name={<tt>$it.name$</tt>})$
Styles.st 5 /* default link style*/
6 a.default:link {color: blue; text-decoration: none}
10 /* discreet link style */
11 a.discreet:link {color: black; text-decoration: none}
  /development/pdk/pndk/samples/sample/
use_hellolibrary.c 1 /* use_hellolibrary.c -- used to show how to link to the hellolibrary */
  /external/libxml2/include/libxml/
xlink.h 23 * Various defines for the various Link properties.
25 * NOTE: the link detection layer will try to resolve QName expansion
27 * then the link detection layer will expand role="foo:myrole"
29 * NOTE: the link detection layer will expand URI-Refences found on
61 * This is the prototype for the link detection routine.
62 * It calls the default link detection callbacks upon link detection.
67 * The link detection module interact with the upper layers using
74 * @node: the node carrying the link
75 * @href: the target of the link
    [all...]
  /frameworks/base/core/java/android/database/
package.html 5 If you need to manage data in a private database, use the {@link
6 android.database.sqlite} classes. These classes are used to manage the {@link
8 are usually created and opened with {@link android.content.Context#openOrCreateDatabase}
10 content providers, you can use the {@link android.content.ContentResolver
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java 29 * {@link android.widget.Button} is clicked, a {@link android.view.View} is focused, etc.
41 * <b>View clicked</b> - represents the event of clicking on a {@link android.view.View}
42 * like {@link android.widget.Button}, {@link android.widget.CompoundButton}, etc. <br>
43 * Type:{@link #TYPE_VIEW_CLICKED} <br>
45 * {@link #getClassName()},
46 * {@link #getPackageName()},
47 * {@link #getEventTime()},
48 * {@link #getText()}
    [all...]
AccessibilityEventSource.java 20 * This interface is implemented by classes source of {@link AccessibilityEvent}s.
25 * Handles the request for sending an {@link AccessibilityEvent} given
27 * via calling {@link AccessibilityManager#isEnabled()}, obtain
28 * an {@link AccessibilityEvent} from the event pool through calling
29 * {@link AccessibilityEvent#obtain(int)}, populate the event, and
31 * {@link AccessibilityManager#sendAccessibilityEvent(AccessibilityEvent)}.
41 * Handles the request for sending an {@link AccessibilityEvent}. The
44 * to do the check via calling {@link AccessibilityManager#isEnabled()}.
  /build/tools/droiddoc/templates/
lists.cs 3 ?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
  /dalvik/libcore/math/src/main/java/java/math/
package.html 4 Class {@link java.math.BigInteger} provides integers which are limited
6 Class {@link java.math.BigDecimal} provides arbitrary-precision signed
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/stream/
package.html 10 <p>The {@link javax.xml.transform.stream.StreamSource} class
11 provides methods for specifying {@link java.io.InputStream} input,
12 {@link java.io.Reader} input, and URL input in the form of strings. Even
14 {@link javax.xml.transform.stream.StreamSource#setSystemId} should still
18 {@link javax.xml.transform.SourceLocator} information.</p>
19 <p>The {@link javax.xml.transform.stream.StreamResult} class
20 provides methods for specifying {@link java.io.OutputStream},
21 {@link java.io.Writer}, or an output system ID, as the output of the
  /external/guava/src/com/google/common/collect/
PeekingIterator.java 37 * {@link #remove()}.
40 * according to {@link #hasNext()}
47 * <p>The objects returned by consecutive calls to {@link #peek()} then {@link
55 * <p>Implementations may or may not support removal when a call to {@link
56 * #peek()} has occurred since the most recent call to {@link #next()}.
58 * @throws IllegalStateException if there has been a call to {@link #peek()}
59 * since the most recent call to {@link #next()} and this implementation
  /external/guava/src/com/google/common/io/
package-info.java 24 * {@link com.google.common.io.InputSupplier} and
25 * {@link com.google.common.io.OutputSupplier} interfaces. They are used as
26 * factories for I/O objects that might throw {@link java.io.IOException} when
29 * exception is thrown. The {@link com.google.common.io.ByteStreams},
30 * {@link com.google.common.io.CharStreams}, and
31 * {@link com.google.common.io.Files} classes all have static helper methods to
34 * <p>The methods of this package always throw {@link NullPointerException} in
36 * explicitly annotated as being {@link javax.annotation.Nullable}.
  /frameworks/base/test-runner/src/android/test/mock/
MockDialogInterface.java 8 * A mock {@link android.content.DialogInterface} class. All methods are non-functional and throw
9 * {@link java.lang.UnsupportedOperationException}. Override it to provide the operations that you
  /packages/apps/Contacts/src/com/android/contacts/model/
Editor.java 26 * Generic definition of something that edits a {@link Data} row through an
27 * {@link ValuesDelta} object.
31 * Listener for an {@link Editor}, usually to handle deleted items.
35 * Called when the given {@link Editor} has been deleted.
40 * Called when the given {@link Editor} has a request, for example it
50 * Prepare this editor for the given {@link ValuesDelta}, which
58 * Add a specific {@link EditorListener} to this {@link Editor}.

Completed in 117 milliseconds

1 23 4 5 6 7 8 91011>>