/external/guava/src/com/google/common/collect/ |
ComparisonChain.java | 136 * Compares two comparable objects as specified by {@link 151 * Compares two {@code int} values as specified by {@link Ints#compare}, 158 * Compares two {@code long} values as specified by {@link Longs#compare}, 165 * Compares two {@code float} values as specified by {@link 172 * Compares two {@code double} values as specified by {@link 179 * Compares two {@code boolean} values as specified by {@link
|
ImmutableClassToInstanceMap.java | 24 * A class-to-instance map backed by an {@link ImmutableMap}. See also {@link 34 * created by the {@link Builder} constructor. 51 * <p>After invoking {@link #build()} it is still possible to add more 61 * keys are not allowed, and will cause {@link #build} to fail. 70 * Duplicate keys are not allowed, and will cause {@link #build} to fail.
|
/frameworks/base/core/java/android/widget/ |
CheckedTextView.java | 32 * An extension to TextView that supports the {@link android.widget.Checkable} interface. 33 * This is useful when used in a {@link android.widget.ListView ListView} where the it's 34 * {@link android.widget.ListView#setChoiceMode(int) setChoiceMode} has been set to 35 * something other than {@link android.widget.ListView#CHOICE_MODE_NONE CHOICE_MODE_NONE}. 98 * when {@link #isChecked()} is true. 117 * Set the checkmark to a given Drawable. This will be drawn when {@link #isChecked()} is true.
|
ViewFlipper.java | 31 * Simple {@link ViewAnimator} that will animate between two or more views 143 * Internal method to start or stop dispatching flip {@link Message} based 144 * on {@link #mRunning} and {@link #mVisible} state. 172 * Set if this view automatically calls {@link #startFlipping()} when it 180 * Returns true if this view automatically calls {@link #startFlipping()}
|
PopupWindow.java | 51 * Mode for {@link #setInputMethodMode(int)}: the requirements for the 59 * Mode for {@link #setInputMethodMode(int)}: this popup always needs to 67 * Mode for {@link #setInputMethodMode(int)}: this popup never needs to 320 * the {@link #update()} methods.</p> 334 * the {@link #update()} methods.</p> 349 * @return a {@link android.view.View} representing the popup's content 359 * of {@link android.view.View}.</p> 407 * contains a focusable {@link android.view.View}. By default a popup 412 * the {@link #update()} methods.</p> 425 * Return the current value in {@link #setInputMethodMode(int)} [all...] |
/frameworks/base/docs/html/guide/basics/ |
building-blocks.jd | 26 <dt>{@link android.app.Activity Activities}</dt> 34 <dt>{@link android.view.View Views}</dt> 42 <dt>{@link android.content.Intent Intents}</dt> 52 <dt>{@link android.app.Service Services}</dt> 62 <dt>{@link android.app.NotificationManager Notifications}</dt> 70 <dt>{@link android.content.ContentProvider ContentProviders}</dt>
|
/frameworks/base/docs/html/guide/developing/ |
debug-tasks.jd | 44 as well as {@link android.util.Log} messages you've written from your application. To run 47 <p>{@link android.util.Log} is a logging 50 {@link android.util.Log#v(String,String)} (verbose), {@link 51 android.util.Log#d(String,String)} (debug), {@link android.util.Log#i(String,String)} 52 (information), {@link android.util.Log#w(String,String)} (warning) and {@link 124 {@link android.os.Debug#waitForDebugger()} to your code.</dd> 131 reclaim memory). This is very useful for testing the {@link android.app.Activity#onSaveInstanceState} 132 / {@link android.app.Activity#onCreate(android.os.Bundle)} code path, which woul [all...] |
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-autocomplete.jd | 3 parent.link=index.html 6 <p>{@link android.widget.AutoCompleteTextView} is an implementation of the EditText widget that will provide 48 create an {@link android.widget.ArrayAdapter} that binds a <code>simple_dropdown_item_1line</code> 111 <li>{@link android.R.layout}</li> 112 <li>{@link android.widget.ArrayAdapter}</li> 113 <li>{@link android.widget.AutoCompleteTextView}</li>
|
hello-spinner.jd | 3 parent.link=index.html 6 <p>A {@link android.widget.Spinner} is a widget that allows the user to select an item from a group. 86 <p>That's it. We start by creating a Spinner from our layout. We then create an {@link android.widget.ArrayAdapter} 102 <li>{@link android.R.layout}</li> 103 <li>{@link android.widget.ArrayAdapter}</li> 104 <li>{@link android.widget.Spinner}</li>
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DefaultPhoneNotifier.java | 134 * Convert the {@link State} enum into the TelephonyManager.CALL_STATE_* constants 149 * Convert the TelephonyManager.CALL_STATE_* constants into the {@link State} enum 164 * Convert the {@link DataState} enum into the TelephonyManager.DATA_* constants 181 * Convert the TelephonyManager.DATA_* constants into {@link DataState} enum 198 * Convert the {@link DataState} enum into the TelephonyManager.DATA_* constants 217 * Convert the TelephonyManager.DATA_* constants into the {@link DataState} enum
|
/packages/apps/Camera/src/com/android/camera/ |
OnScreenHint.java | 59 * Construct an empty OnScreenHint object. You must call {@link #setView} 60 * before you can call {@link #show}. 63 * {@link android.app.Application} or 64 * {@link android.app.Activity} object. 102 * {@link android.app.Application} or 103 * {@link android.app.Activity} object.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidManifestParser.java | 144 * This serves both as an {@link XmlErrorHandler} to report errors and as a data repository 179 * Creates a new {@link ManifestHandler}, which is also an {@link XmlErrorHandler}. 247 * @return An array of {@link Instrumentation}, or empty if no instrumentations were 547 * Errors are put as {@link IMarker} on the manifest file. 631 * This method is useful to parse a specific {@link IFile} in a Java project. 633 * If you only want to gather data, consider {@link #parseForData(IFile)} instead. 636 * @param manifestFile the {@link IFile} representing the manifest file. 642 * @return an {@link AndroidManifestParser} or null if the parsing failed. 696 * This version parses a real {@link File} file given by an actual path, which is useful fo [all...] |
ProjectChooserHelper.java | 50 * Interface to filter out some project displayed by {@link ProjectChooserHelper}. 63 * An implementation of {@link IProjectChooserFilter} that only displays non-library projects. 77 * An implementation of {@link IProjectChooserFilter} that only displays library projects. 92 * @param parentShell the parent {@link Shell} for the dialog. 151 * {@link BaseProjectHelper#getAndroidProjects()}. 173 * @return the {@link IProject} for the Android project. <code>null</code> if not found.
|
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/ |
LayoutAnalyzer.java | 120 * @return A {@link com.android.layoutopt.uix.LayoutAnalysis} which 143 * @return A {@link com.android.layoutopt.uix.LayoutAnalysis} which 167 * @return A {@link com.android.layoutopt.uix.LayoutAnalysis} which 180 * @return A {@link com.android.layoutopt.uix.LayoutAnalysis} which 200 * @return A {@link com.android.layoutopt.uix.LayoutAnalysis} which 213 * @return A {@link com.android.layoutopt.uix.LayoutAnalysis} which
|
/frameworks/base/core/java/android/content/ |
IntentFilter.java | 47 * {@link android.R.styleable#AndroidManifest AndroidManifest.xml} file, 48 * using {@link android.R.styleable#AndroidManifestIntentFilter intent-filter} 54 * multiple possible matching values (via {@link #addAction}, 55 * {@link #addDataType}, {@link #addDataScheme} {@link #addDataAuthority}, 56 * {@link #addDataPath}, and {@link #addCategory}, respectively). 87 * type is determined by calling {@link Intent#resolveType}. A wildcard can be 96 * The Intent scheme is determined by calling {@link Intent#getData [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
MediaControllerTest.java | 51 * Test {@link MediaController}. 75 notes = "Test constructor(s) of {@link MediaController}", 81 notes = "Test constructor(s) of {@link MediaController}", 87 notes = "Test constructor(s) of {@link MediaController}", 108 notes = "Test {@link MediaController#onFinishInflate()}", 114 notes = "Test {@link MediaController#onFinishInflate()}", 120 notes = "Test {@link MediaController#onFinishInflate()}", 166 notes = "Test {@link MediaController#isShowing()}", 172 notes = "Test {@link MediaController#isShowing()}", 178 notes = "Test {@link MediaController#isShowing()}" [all...] |
/dalvik/libcore/text/src/main/java/java/text/ |
DateFormatSymbols.java | 47 * using {@code DateFormat}'s factory methods, see {@link DateFormat}. 253 * {@link java.util.Calendar} constants {@code Calendar.AM} and 264 * {@link java.util.Calendar} constants {@code GregorianCalendar.BC} and 274 * Returns the pattern characters used by {@link SimpleDateFormat} to 285 * the {@link java.util.Calendar} constants {@code Calendar.JANUARY} etc. as 296 * months. Use the {@link java.util.Calendar} constants 307 * of the week. Use the {@link java.util.Calendar} constants 318 * week. Use the {@link java.util.Calendar} constants 379 * {@link java.util.Calendar} constants {@code Calendar.AM} and 391 * {@link java.util.Calendar} constants {@code GregorianCalendar.BC} an [all...] |
/external/webkit/WebCore/html/ |
HTMLAnchorElement.cpp | 74 // If not a link we should still be able to focus the element if it has tabIndex. 144 // If the link is editable, then we need to check the settings to see whether or not to follow the link 151 // Always follow the link (Safari 2.0 behavior) 161 // If the selection prior to clicking on this link resided in the same editable block as this link, 162 // and the shift key isn't pressed, we don't want to follow the link 170 // Only follow the link if the shift key is down (WinIE/Firefox behavior) 220 // This keeps track of the editable block that the selection was in (if it was in one) just before the link was clicked 221 // for the LiveWhenNotFocused editable link behavio [all...] |
/frameworks/base/core/java/android/util/ |
Log.java | 85 * Exception class used to capture a stack trace in {@link #wtf()}. 95 * Send a {@link #VERBOSE} log message. 105 * Send a {@link #VERBOSE} log message and log the exception. 116 * Send a {@link #DEBUG} log message. 126 * Send a {@link #DEBUG} log message and log the exception. 137 * Send an {@link #INFO} log message. 147 * Send a {@link #INFO} log message and log the exception. 158 * Send a {@link #WARN} log message. 168 * Send a {@link #WARN} log message and log the exception. 199 * Send a {@link #WARN} log message and log the exception [all...] |
/frameworks/base/docs/html/guide/developing/tools/ |
aidl.jd | 60 If you're writing a service, you should extend {@link 61 android.app.Service Service} and override {@link android.app.Service#onBind 94 types used by {@link android.widget.TextView TextView} and other 175 inherit {@link android.app.Service Service} and implement {@link android.app.Service#onBind 194 <li>Make your class implement the {@link android.os.Parcelable} interface.</li> 199 the {@link android.os.Parcelable.Creator Parcelable.Creator} interface.</li> 208 <p>Here is an example of how the {@link android.graphics.Rect} class implements the 265 methods on {@link android.os.Parcel} to see the other kinds of values you can write 279 <li>Implement {@link android.content.ServiceConnection ServiceConnection}. </li [all...] |
/external/webkit/JavaScriptCore/jit/ |
JITArithmetic.cpp | 66 srcNotInt.link(this); 74 end.link(this); 123 end.link(this); 186 end.link(this); 249 end.link(this); 668 end.link(this); 686 notInt32.link(this); 695 end.link(this); 777 end.link(this); 795 notInt32.link(this) [all...] |
/frameworks/base/core/java/android/text/format/ |
DateUtils.java | 252 * {@link #getDayOfWeekString} and {@link #getMonthString}. 261 * parameter of {@link #getDayOfWeekString} and {@link #getMonthString}. 270 * For use with the 'abbrev' parameter of {@link #getDayOfWeekString} and {@link #getMonthString}. 274 * the results returned for {@link #LENGTH_MEDIUM}. 281 * as {@link #LENGTH_SHORT}. 287 * For use with the 'abbrev' parameter of {@link #getDayOfWeekString} and {@link #getMonthString} [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/ |
ReentrantLock.java | 13 * A reentrant mutual exclusion {@link Lock} with the same basic 23 * be checked using methods {@link #isHeldByCurrentThread}, and {@link 39 * Also note that the untimed {@link #tryLock() tryLock} method does not 63 * <p>In addition to implementing the {@link Lock} interface, this 75 * {@link Error} throws from locking methods. 94 * Performs {@link Lock#lock}. The main reason for subclassing 301 * then {@link InterruptedException} is thrown and the current thread's 327 * {@link #tryLock(long, TimeUnit) tryLock(0, TimeUnit.SECONDS) } 353 * are waiting for the lock. This is in contrast to the {@link #tryLock() [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/namespace/ |
QName.java | 45 * information <strong><em>when present</em></strong> in an {@link 47 * <strong><em>NOT</em></strong> used in {@link #equals(Object) 48 * QName.equals(Object)} or to compute the {@link #hashCode() 52 * <p>If not specified, the Namespace URI is set to {@link 54 * If not specified, the prefix is set to {@link 131 * {@link javax.xml.XMLConstants#NULL_NS_URI 136 * behavior with QName 1.0. Explicitly providing the {@link 146 * <p>When using this constructor, the prefix is set to {@link 173 * {@link javax.xml.XMLConstants#NULL_NS_URI 178 * behavior with QName 1.0. Explicitly providing the {@link [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/jaxp/ |
XPathImpl.java | 232 * <p>If <code>returnType</code> is not one of the types defined in {@link XPathConstants} ( 233 * {@link XPathConstants#NUMBER NUMBER}, 234 * {@link XPathConstants#STRING STRING}, 235 * {@link XPathConstants#BOOLEAN BOOLEAN}, 236 * {@link XPathConstants#NODE NODE} or 237 * {@link XPathConstants#NODESET NODESET}) 253 * @throws IllegalArgumentException If <code>returnType</code> is not one of the types defined in {@link XPathConstants}. 348 * <p>This method calls {@link #evaluate(String expression, Object item, QName returnType)} with a <code>returnType</code> of 349 * {@link XPathConstants#STRING}.</p> 377 * <p>If <code>expression</code> contains any {@link XPathFunction}s [all...] |