/frameworks/base/core/java/com/android/internal/util/ |
CharSequences.java | 20 * {@link CharSequence} utility methods. 25 * Adapts {@link CharSequence} to an array of ASCII (7-bits per character) 51 * Adapts {@link CharSequence} to an array of ASCII (7-bits per character) 111 * Compares two character sequences with API like {@link Comparable#compareTo}. 115 * @return See {@link Comparable#compareTo}.
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-linearlayout.jd | 3 parent.link=index.html 6 <p>A {@link android.widget.LinearLayout} is a GroupView that will lay child View elements 102 and the second uses a vertical layout. Each LinearLayout contains several {@link android.widget.TextView} 126 <li>{@link android.widget.LinearLayout}</li> 127 <li>{@link android.widget.TextView}</li>
|
hello-tablelayout.jd | 3 parent.link=index.html 6 <p>A {@link android.widget.TableLayout} is a ViewGroup that 113 <li>{@link android.widget.TableLayout}</li> 114 <li>{@link android.widget.TableRow}</li> 115 <li>{@link android.widget.TextView}</li>
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
ScaleGestureDetector.java | 25 * ("multitouch") using the supplied {@link MotionEvent}s. The 26 * {@link OnScaleGestureListener} callback will notify users when a particular 28 * {@link MotionEvent}s reported via touch. 33 * {@link View} 34 * <li>In the {@link View#onTouchEvent(MotionEvent)} method ensure you call 35 * {@link #onTouchEvent(MotionEvent)}. The methods defined in your callback will 46 * {@link SimpleOnScaleGestureListener}. 50 * <li>One {@link OnScaleGestureListener#onScaleBegin()} 51 * <li>Zero or more {@link OnScaleGestureListener#onScale()} 52 * <li>One {@link OnScaleGestureListener#onTransformEnd() [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
MultiSourceCorpus.java | 62 * This method should not call {@link Result#fill}. 67 * @return An instance of {@link Result} or a subclass of it. 101 * Base class for results returned by {@link MultiSourceCorpus#getSuggestions}. 102 * Subclasses of {@link MultiSourceCorpus} should override 103 * {@link MultiSourceCorpus#createResult} and return an instance of this class or a
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
AttributeDescriptor.java | 28 * {@link AttributeDescriptor} describes an XML attribute with its XML attribute name. 44 * Creates a new {@link AttributeDescriptor} 48 * See {@link SdkConstants#NS_RESOURCES} for a common value. 99 * @param uiParent The {@link UiElementNode} parent of this UI attribute. 100 * @return A new {@link UiAttributeNode} linked to this descriptor or null if this
|
FlagAttributeDescriptor.java | 30 * It is displayed by a {@link UiListAttributeNode}. 38 * The "enum" case is done using {@link ListAttributeDescriptor}. 45 * Creates a new {@link FlagAttributeDescriptor} which automatically gets its 54 * Creates a new {@link FlagAttributeDescriptor} which uses the provided values. 71 * @return A new {@link UiListAttributeNode} linked to this descriptor.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
ITaskMonitor.java | 21 * A monitor interface for a {@link ITask}.
49 * This method MUST be invoked once before using {@link #incProgress(int)} or
50 * {@link #getProgress()} or {@link #createSubMonitor(int)}. Callers are
66 * between 0 and up to {@link #setProgressMax(int)} - 1.
|
/sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/ |
MockPlatformPackage.java | 26 * A mock {@link PlatformPackage} for testing.
35 * Creates a {@link MockPlatformTarget} with the requested API and revision
36 * and then a {@link MockPlatformPackage} wrapping it.
45 * Creates a {@link MockPlatformTarget} with the requested API and revision
46 * and then a {@link MockPlatformPackage} wrapping it.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
ISettingsPage.java | 28 * Java system setting picked up by {@link URL} for http proxy port.
33 * Java system setting picked up by {@link URL} for http proxy host.
62 /** Loads settings from the given {@link Properties} container and update the page UI. */
66 * the given {@link Properties} container. */
82 * applied. The application will call {@link ISettingsPage#retrieveSettings(Properties)}
|
/cts/tests/tests/widget/src/android/widget/cts/ |
EditTextTest.java | 56 notes = "Test constructor(s) of {@link EditText}", 62 notes = "Test constructor(s) of {@link EditText}", 68 notes = "Test constructor(s) of {@link EditText}", 134 notes = "Test {@link EditText#setSelection(int)}", 170 notes = "Test {@link EditText#setSelection(int, int)}", 214 notes = "Test {@link EditText#selectAll()}", 240 notes = "Test {@link EditText#extendSelection(int)}", 277 notes = "Test {@link EditText#getDefaultEditable()}, this function always returns true", 289 notes = "{@link EditText#getDefaultMovementMethod()}", 306 notes = "test {@link EditText#setEllipsize(TextUtils.TruncateAt)}" [all...] |
/external/iproute2/ip/ |
link_gre.c | 29 fprintf(stderr, "Usage: ip link { add | set | change | replace | del } NAME\n"); 60 unsigned link = 0; local 129 link = *(__u8 *)RTA_DATA(greinfo[IFLA_GRE_LINK]); 209 link = tnl_ioctl_get_ifindex(*argv); 210 if (link == 0) 261 if (link) 262 addattr32(n, 1024, IFLA_GRE_LINK, link); 300 unsigned link = *(__u32 *)RTA_DATA(tb[IFLA_GRE_LINK]); local 301 char *n = tnl_ioctl_get_ifname(link); 306 fprintf(f, "dev %u ", link); [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
jdiff_help.html | 12 <link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" /> 13 <link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" /> 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link. 81 This is a link to the <a href="../../../../reference/index.html" target="_top">top-level</a> Javadoc page for the new version of the product. 89 This is a link to the package containing the current changed class or interface. 97 This is a link to the top-level index of all documentation changes for the current package or class. 99 This link can be removed entirely by not using the <code>-docchanges</code> option. 103 This is a link to a page which shows statistics about the changes between the two APIs. 104 This link can be removed entirely by not using the <code>-stats</code> option. 108 A link to this Help page for JDiff [all...] |
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
jdiff_help.html | 12 <link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" /> 13 <link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" /> 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link. 81 This is a link to the <a href="../../../../reference/index.html" target="_top">top-level</a> Javadoc page for the new version of the product. 89 This is a link to the package containing the current changed class or interface. 97 This is a link to the top-level index of all documentation changes for the current package or class. 99 This link can be removed entirely by not using the <code>-docchanges</code> option. 103 This is a link to a page which shows statistics about the changes between the two APIs. 104 This link can be removed entirely by not using the <code>-stats</code> option. 108 A link to this Help page for JDiff [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
jdiff_help.html | 12 <link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" /> 13 <link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" /> 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link. 81 This is a link to the <a href="../../../../reference/index.html" target="_top">top-level</a> Javadoc page for the new version of the product. 89 This is a link to the package containing the current changed class or interface. 97 This is a link to the top-level index of all documentation changes for the current package or class. 99 This link can be removed entirely by not using the <code>-docchanges</code> option. 103 This is a link to a page which shows statistics about the changes between the two APIs. 104 This link can be removed entirely by not using the <code>-stats</code> option. 108 A link to this Help page for JDiff [all...] |
/frameworks/base/docs/html/sdk/api_diff/6/changes/ |
jdiff_help.html | 12 <link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" /> 13 <link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" /> 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link. 81 This is a link to the <a href="../../../../reference/index.html" target="_top">top-level</a> Javadoc page for the new version of the product. 89 This is a link to the package containing the current changed class or interface. 97 This is a link to the top-level index of all documentation changes for the current package or class. 99 This link can be removed entirely by not using the <code>-docchanges</code> option. 103 This is a link to a page which shows statistics about the changes between the two APIs. 104 This link can be removed entirely by not using the <code>-stats</code> option. 108 A link to this Help page for JDiff [all...] |
/frameworks/base/docs/html/sdk/api_diff/7/changes/ |
jdiff_help.html | 12 <link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" /> 13 <link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" /> 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link. 81 This is a link to the <a href="../../../../reference/index.html" target="_top">top-level</a> Javadoc page for the new version of the product. 89 This is a link to the package containing the current changed class or interface. 97 This is a link to the top-level index of all documentation changes for the current package or class. 99 This link can be removed entirely by not using the <code>-docchanges</code> option. 103 This is a link to a page which shows statistics about the changes between the two APIs. 104 This link can be removed entirely by not using the <code>-stats</code> option. 108 A link to this Help page for JDiff [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
jdiff_help.html | 12 <link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" /> 13 <link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" /> 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link. 81 This is a link to the <a href="../../../../reference/index.html" target="_top">top-level</a> Javadoc page for the new version of the product. 89 This is a link to the package containing the current changed class or interface. 97 This is a link to the top-level index of all documentation changes for the current package or class. 99 This link can be removed entirely by not using the <code>-docchanges</code> option. 103 This is a link to a page which shows statistics about the changes between the two APIs. 104 This link can be removed entirely by not using the <code>-stats</code> option. 108 A link to this Help page for JDiff [all...] |
/frameworks/base/telephony/java/android/telephony/ |
PhoneStateListener.java | 36 * flags to {@link TelephonyManager#listen TelephonyManager.listen()}. 62 * Requires Permission: {@link android.Manifest.permission#READ_PHONE_STATE 68 * @deprecated by {@link #LISTEN_SIGNAL_STRENGTHS} 76 * Requires Permission: {@link android.Manifest.permission#READ_PHONE_STATE 89 * Requires Permission: {@link android.Manifest.permission#READ_PHONE_STATE 99 * Requires Permission: {@link android.Manifest.permission#ACCESS_COARSE_LOCATION 104 * through the {@link android.location.LocationManager location manager} 114 * Requires Permission: {@link android.Manifest.permission#READ_PHONE_STATE 131 * Requires Permission: {@link android.Manifest.permission#READ_PHONE_STATE 172 * @deprecated Use {@link #onSignalStrengthsChanged(SignalStrength) [all...] |
/packages/apps/Contacts/src/com/android/contacts/ui/ |
ShowOrCreateActivity.java | 46 * on incoming {@link Intent#getData()} as described by 47 * {@link Intents#SHOW_OR_CREATE_CONTACT}. 50 * contact, then will use {@link Intent#ACTION_INSERT_OR_EDIT} to let create new 52 * <li>If one matching contact found, directly show {@link Intent#ACTION_VIEW} 55 * {@link Intent#ACTION_SEARCH}. 226 * Listener for {@link DialogInterface} that launches a given {@link Intent} 228 * {@link Activity#finish()}. 235 * @param parent {@link Activity} to use for launching target. 236 * @param intent Target {@link Intent} to launch when clicked [all...] |
/packages/apps/Email/src/org/apache/commons/io/input/ |
SwappedDataInputStream.java | 51 * Return <code>{@link #readByte()} == 0</code>
75 * Reads a character delegating to {@link #readShort()}.
87 * Delegates to {@link EndianUtils#readSwappedDouble(InputStream)}.
99 * Delegates to {@link EndianUtils#readSwappedFloat(InputStream)}.
153 * Delegates to {@link EndianUtils#readSwappedInteger(InputStream)}.
165 * Not currently supported - throws {@link UnsupportedOperationException}.
178 * Delegates to {@link EndianUtils#readSwappedLong(InputStream)}.
190 * Delegates to {@link EndianUtils#readSwappedShort(InputStream)}.
214 * Delegates to {@link EndianUtils#readSwappedUnsignedShort(InputStream)}.
226 * Not currently supported - throws {@link UnsupportedOperationException}. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 79 * To start using an SDK, call {@link #loadSdk(String)} which returns the instance of 82 * To get the list of platforms or add-ons present in the SDK, call {@link #getTargets()}. 90 * Map associating {@link IProject} and their state {@link ProjectState}. 91 * <p/>This <b>MUST NOT</b> be accessed directly. Instead use {@link #getProjectState(IProject)}. 98 * <p/>This contains the {@link LoadStatus} and a list of projects that attempted 110 /** Map associating an {@link IAndroidTarget} to an {@link AndroidTargetData} */ 113 /** Map associating an {@link IAndroidTarget} and its {@link TargetLoadBundle}. * [all...] |
/frameworks/base/core/java/android/view/ |
View.java | 82 * {@link android.view.ViewGroup} subclass is the base class for <em>layouts</em>, which 116 * {@link android.widget.TextView}. The available properties and the methods 122 * {@link #requestFocus}.</li> 127 * {@link #setOnFocusChangeListener}. Other view subclasses offer more 131 * {@link #setVisibility}.</li> 138 * {@link android.view.ViewGroup}. 148 * overriding {@link #onDraw(android.graphics.Canvas)}. 165 * <td><code>{@link #onFinishInflate()}</code></td> 172 * <td><code>{@link #onMeasure}</code></td> 178 * <td><code>{@link #onLayout}</code></td [all...] |
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexToSigConverter.java | 120 * Creates a new instance of {@link DexToSigConverter}. 138 * Converts the given {@link DexFile}s into the corresponding (packages 192 // link enclosed classes only if they are part of visible api 247 * Converts a simple string to the corresponding {@link SigPackage}.<br> 260 * Converts a set of {@link DexClass} objects to a set of the corresponding 261 * {@link SigClassDefinition} objects. 264 * the {@link DexClass} objects 265 * @return a set of {@link DexClass} objects 282 * Converts a {@link DexClass} to the corresponding 283 * {@link SigClassDefinition} [all...] |
/external/guava/src/com/google/common/collect/ |
LinkedListMultimap.java | 58 * ... the iteration order for {@link #keys()} is {@code [key1, key2, key1]}, 59 * and similarly for {@link #entries()}. Unlike {@link LinkedHashMultimap}, the 66 * key iteration order to {@code [key2, key1]}. The {@link #entries()} iterator 67 * returns mutable map entries, and {@link #replaceValues} attempts to preserve 70 * <p>The collections returned by {@link #keySet} and {@link #asMap} iterate 72 * Similarly, {@link #get}, {@link #removeAll}, and {@link #replaceValues [all...] |