/frameworks/base/core/java/android/widget/ |
RemoteViews.java | 79 * with the {@link RemoteViews} mechanism. 114 * {@link android.view.View#setOnClickListener(android.view.View.OnClickListener)} 115 * to launch the provided {@link PendingIntent}. 177 * Equivalent to calling a combination of {@link Drawable#setAlpha(int)}, 178 * {@link Drawable#setColorFilter(int, android.graphics.PorterDuff.Mode)}, 179 * and/or {@link Drawable#setLevel(int)} on the {@link Drawable} of a given view. 181 * These operations will be performed on the {@link Drawable} returned by the 182 * target {@link View#getBackground()} by default. If targetBackground is false, 183 * we assume the target is an {@link ImageView} and try applying the operation [all...] |
/packages/apps/Email/src/org/apache/commons/io/comparator/ |
ReverseComparator.java | 24 * the delegate {@link Comparator}.
34 * Construct an instance with the sepecified delegate {@link Comparator}.
50 * @return the result from the delegate {@link Comparator#compare(Object, Object)}
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
PriorityThreadFactoryTest.java | 26 * Tests for {@link PriorityThreadFactory}. 38 * Helper method for {@link #testPriority()}. 49 * Helper class for {@link #priorityTest(int)}.
|
/packages/apps/Settings/src/com/android/settings/ |
AppWidgetPickActivity.java | 36 * Displays a list of {@link AppWidgetProviderInfo} widgets, along with any 38 * {@link AppWidgetManager#EXTRA_CUSTOM_INFO} and 39 * {@link AppWidgetManager#EXTRA_CUSTOM_EXTRAS}. 41 * When an installed {@link AppWidgetProviderInfo} is selected, this activity 42 * will bind it to the given {@link AppWidgetManager#EXTRA_APPWIDGET_ID}, 53 * The allocated {@link AppWidgetManager#EXTRA_APPWIDGET_ID} that this 80 * {@link AppWidgetManager#EXTRA_CUSTOM_INFO}. 165 * Create list entries for the given {@link AppWidgetProviderInfo} widgets, 201 * installed {@link AppWidgetProviderInfo} and those provided through 202 * {@link AppWidgetManager#EXTRA_CUSTOM_INFO}, sorting them alphabetically [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
TextValueDescriptor.java | 27 * The value is a simple text string, displayed by an {@link UiTextValueNode}. 32 * Creates a new {@link TextValueDescriptor} 42 * @return A new {@link UiTextValueNode} linked to this descriptor.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ |
UiElementsEditPartFactory.java | 27 * A factory that returns the appropriate {@link EditPart} for a given model object. 29 * The only model objects we use are {@link UiElementNode} objects and they are 30 * edited using {@link UiElementEditPart}.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
FlagValueCellEditor.java | 25 * DialogCellEditor able to receive a {@link UiFlagAttributeNode} in the {@link #setValue(Object)} 28 * {@link UiFlagAttributeNode#createUiControl(Composite, org.eclipse.ui.forms.IManagedForm)}
|
ResourceValueCellEditor.java | 26 * DialogCellEditor able to receive a {@link UiFlagAttributeNode} in the {@link #setValue(Object)} 29 * {@link UiFlagAttributeNode#createUiControl(Composite, org.eclipse.ui.forms.IManagedForm)}
|
/frameworks/base/media/java/android/media/ |
MediaPlayer.java | 44 * this class can be found in {@link android.widget.VideoView}. 75 * after {@link #reset()} is called, it is in the <em>Idle</em> state; and after 76 * {@link #release()} is called, it is in the <em>End</em> state. Between these 80 * MediaPlayer object and the MediaPlayer object after {@link #reset()} 82 * as {@link #getCurrentPosition()}, 83 * {@link #getDuration()}, {@link #getVideoHeight()}, 84 * {@link #getVideoWidth()}, {@link #setAudioStreamType(int)}, 85 * {@link #setLooping(boolean)} [all...] |
/frameworks/base/core/java/android/content/ |
Intent.java | 50 * can be used with {@link Context#startActivity(Intent) startActivity} to 51 * launch an {@link android.app.Activity}, 52 * {@link android.content.Context#sendBroadcast(Intent) broadcastIntent} to 53 * send it to any interested {@link BroadcastReceiver BroadcastReceiver} components, 54 * and {@link android.content.Context#startService} or 55 * {@link android.content.Context#bindService} to communicate with a 56 * background {@link android.app.Service}. 68 * {@link #ACTION_VIEW}, {@link #ACTION_EDIT}, {@link #ACTION_MAIN} [all...] |
/bionic/libthread_db/ |
Android.mk | 28 # this symbol that we can link against, set LOCAL_ALLOW_UNDEFINED_SYMBOLS so
|
/build/libs/host/include/host/ |
CopyFile.h | 13 COPY_NO_DEREFERENCE = 0x00010000, // copy symlink link instead of target
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureLibraryTest.java | 28 * Tests for {@link GestureLibrary}. 30 * Most {@link GestureLibrary} methods are tested by {@link GestureStorageTester} 108 * Tests {@link GestureLibrary#isReadOnly()}.
|
/cts/tools/dx-tests/src/dxconvext/util/ |
FileUtils.java | 35 * Reads the named file, translating {@link IOException} to a 36 * {@link RuntimeException} of some sort. 47 * Reads the given file, translating {@link IOException} to a 48 * {@link RuntimeException} of some sort.
|
/dalvik/dx/src/com/android/dx/rop/type/ |
TypeBearer.java | 35 * {@code this}, except if {@link Type#isIntlike} on the underlying 37 * fact {@link Type#INT}, in which case this method returns an instance 48 * defined by {@link Type} 63 * defined by {@link Type}
|
/dalvik/dx/src/com/android/dx/util/ |
FileUtils.java | 35 * Reads the named file, translating {@link IOException} to a 36 * {@link RuntimeException} of some sort. 47 * Reads the given file, translating {@link IOException} to a 48 * {@link RuntimeException} of some sort.
|
/dalvik/libcore/auth/src/main/java/javax/security/auth/callback/ |
CallbackHandler.java | 24 * {@link Callback}s. A single method {@link #handle(Callback[])} must be 34 * Handles the actual {@link Callback}. A {@code CallbackHandler} needs to 42 * {@link UnsupportedCallbackException}.
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ScheduledFuture.java | 12 * a task with a {@link ScheduledExecutorService}.
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
ReadableByteChannel.java | 23 * A {@code ReadableByteChannel} is a type of {@link Channel} that can read 37 * {@link java.nio.Buffer#remaining() remaining} number of bytes in the 40 * {@link java.nio.Buffer#position() position}. 47 * {@link java.nio.Buffer#limit() limit} is not changed.
|
/dalvik/libcore/sql/src/test/java/tests/javax/sql/ |
RowSetReaderTest.java | 17 * @tests {@link javax.sql.RowSetReader#readData(RowSetInternal)}
|
RowSetWriterTest.java | 17 * @tests {@link javax.sql.RowSetWriter#writeData(javax.sql.RowSetInternal)}
|
/dalvik/vm/mterp/c/ |
OP_IPUT_OBJECT.c | 9 * the Field struct, resolve the field's type descriptor at link or class
|
/development/pdk/doxygen_config/ |
header.html | 6 <link href="doxygen.css" rel="stylesheet" type="text/css" />
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LauncherShortcuts.java | 40 * of an {@link android.content.Intent} that the launcher will use to create the shortcut. 47 * of the incoming {@link android.content.Intent}. 99 * <li>{@link android.content.Intent#EXTRA_SHORTCUT_INTENT} The shortcut intent.</li> 100 * <li>{@link android.content.Intent#EXTRA_SHORTCUT_NAME} The text that will be displayed with 102 * <li>{@link android.content.Intent#EXTRA_SHORTCUT_ICON} The shortcut's icon, if provided as a 103 * bitmap, <i>or</i> {@link android.content.Intent#EXTRA_SHORTCUT_ICON_RESOURCE} if provided as 108 * {@link android.content.Intent.ShortcutIconResource}, as shown below. This is required so 111 * bundle using {@link android.content.Intent#EXTRA_SHORTCUT_ICON}. 114 * clicks on the shortcut. Typically this will be {@link android.content.Intent#ACTION_VIEW}
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
ExtendedWikiHelper.java | 34 * Extended version of {@link SimpleWikiHelper}. This version adds methods to 39 * HTML style sheet to include with any {@link #formatWikiText(String)} HTML 63 * When picking random words in {@link #getRandomWord()}, we sometimes 70 * {@link Uri} authority to use when creating internal links. 75 * {@link Uri} host to use when creating internal links. 80 * Mime-type to use when showing parsed results in a {@link WebView}. 85 * Encoding to use when showing parsed results in a {@link WebView}. 90 * {@link Uri} to use when requesting a random page. 97 * This ensures that {@link #sSectionSplit} will always catch the last 103 * Number of times to try finding a random word in {@link #getRandomWord()} [all...] |