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

<<11121314151617181920>>

  /frameworks/base/core/java/android/view/
ContextMenu.java 24 * Extension of {@link Menu} for context menus providing functionality to modify
30 * {@link Activity#registerForContextMenu} and override
31 * {@link Activity#onCreateContextMenu}.
62 * {@link Drawable}.
64 * @param icon The {@link Drawable} used for the icon.
70 * Sets the header of the context menu to the {@link View} given in
74 * @param view The {@link View} used for the header.
86 * {@link AdapterView}s use this to pass the exact item position within the adapter
KeyEvent.java 142 * Use {@link #getMaxKeyCode()} instead.
148 * {@link #getAction} value: the key has been pressed down.
152 * {@link #getAction} value: the key has been released.
156 * {@link #getAction} value: multiple duplicate key events have
158 * key code is not {#link {@link #KEYCODE_UNKNOWN} then the
159 * {#link {@link #getRepeatCount()} method returns the number of times
161 * Otherwise, if the key code {@link #KEYCODE_UNKNOWN}, then
162 * this is a sequence of characters as returned by {@link #getCharacters}
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputConnection.java 25 * {@link InputMethod} back to the application that is receiving its input. It
30 * subclassing {@link BaseInputConnection}.
34 * Flag for use with {@link #getTextAfterCursor} and
35 * {@link #getTextBeforeCursor} to have style information returned along
43 * Flag for use with {@link #getExtractedText} to indicate you would
58 * returned. May be either 0 or {@link #GET_TEXT_WITH_STYLES}.
75 * returned. May be either 0 or {@link #GET_TEXT_WITH_STYLES}.
85 * {@link android.text.TextUtils#getCapsMode TextUtils.getCapsMode} for
94 * {@link android.text.TextUtils#getCapsMode TextUtils.getCapsMode}. These
96 * {@link EditorInfo#inputType TextBoxAttribute.contentType} valu
    [all...]
  /frameworks/base/core/java/android/widget/
WrapperListAdapter.java 21 * by calling {@link #getWrappedAdapter()}.
29 * @return The {@link android.widget.ListAdapter} wrapped by this adapter.
  /frameworks/base/docs/html/guide/basics/
appmodel.jd 30 {@link android.R.styleable#AndroidManifestApplication_process process} tag
32 {@link android.R.styleable#AndroidManifestApplication the entire .apk}
34 {@link android.R.styleable#AndroidManifestActivity activity},
35 {@link android.R.styleable#AndroidManifestReceiver receiver},
36 {@link android.R.styleable#AndroidManifestService service}, or
37 {@link android.R.styleable#AndroidManifestProvider provider}, components.</p></li>
45 an {@link android.R.styleable#AndroidManifestIntentFilter intent-filter} for
55 starting an activity Intent with the {@link android.content.Intent#FLAG_ACTIVITY_NEW_TASK
84 {@link android.content.Intent#FLAG_ACTIVITY_NEW_TASK
99 {@link android.R.styleable#AndroidManifestApplication application} tag fo
    [all...]
  /frameworks/base/media/java/android/media/
package.html 9 in Bitmaps ({@link android.media.FaceDetector}), control audio routing (to the device or a headset)
10 and control alerts such as ringtones and phone vibrations ({@link android.media.AudioManager}).
  /frameworks/base/tools/aapt/
Android.mk 44 # Statically link libz for MinGW (Win SDK under Linux),
45 # and dynamically link for all others.
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
android_power.h 19 struct list_head link; member in struct:__anon9124
38 struct list_head link; member in struct:android_early_suspend
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
android_power.h 19 struct list_head link; member in struct:__anon9478
38 struct list_head link; member in struct:android_early_suspend
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
android_power.h 19 struct list_head link; member in struct:__anon9832
38 struct list_head link; member in struct:android_early_suspend
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
android_power.h 19 struct list_head link; member in struct:__anon10240
38 struct list_head link; member in struct:android_early_suspend
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
android_power.h 19 struct list_head link; member in struct:__anon10614
38 struct list_head link; member in struct:android_early_suspend
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
android_power.h 19 struct list_head link; member in struct:__anon11027
38 struct list_head link; member in struct:android_early_suspend
  /packages/apps/Email/src/com/android/email/mail/transport/
DiscourseLogger.java 27 * They are sent to logcat when {@link #logLastDiscourse} is called.
46 /** Add a single line to {@link #mBuffer}. */
63 * Store a single byte received from the server in {@link #mReceivingLine}. When LF is
64 * received, the content of {@link #mReceivingLine} is added to {@link #mBuffer}.
78 /** Add a line sent to the server to {@link #mBuffer}. */
83 /** @return the contents of {@link #mBuffer} as a String array. */
105 * Log the contents of the {@link mBuffer}, and clears it out. (So it's okay to call this
  /packages/apps/Email/src/com/android/email/service/
EasAuthenticatorServiceAlternate.java 20 * {@link EasAuthenticatorService} used with the alternative label.
22 * <p>Functionality wise, it's a 100% clone of {@link EasAuthenticatorService}, but in order to
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ReferenceAttributeDescriptor.java 31 * It is displayed by a {@link UiResourceAttributeNode}.
35 /** The {@link ResourceType} that this reference attribute can accept. It can be null,
44 * See {@link SdkConstants#NS_RESOURCES} for a common value.
54 * {@link ResourceType}.
55 * @param resourceType The specific {@link ResourceType} that this reference attribute supports.
60 * See {@link SdkConstants#NS_RESOURCES} for a common value.
71 /** Returns the {@link ResourceType} that this reference attribute can accept.
78 * @return A new {@link UiResourceAttributeNode} linked to this reference descriptor.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceFile.java 56 * Returns the parent folder as a {@link ResourceFolder}.
70 * Returns the list of {@link ResourceType} generated by the file.
76 * @param type The {@link ResourceType}
81 * Get the list of {@link ProjectResourceItem} of a specific type generated by the file.
83 * @param type The type of {@link ProjectResourceItem} to return.
85 * query for already existing {@link ProjectResourceItem}
86 * @return The list of <b>new</b> {@link ProjectResourceItem}
93 * Returns the value of a resource generated by this file by {@link ResourceType} and name.
  /external/dbus/bus/
connection.c 87 DBusList *link,
713 DBusList *link; local
719 link = _dbus_list_get_first_link (&connections->incomplete);
720 while (link != NULL)
722 DBusList *next = _dbus_list_get_next_link (&connections->incomplete, link);
727 connection = link->data;
752 link = next;
859 DBusList *link; local
861 link = _dbus_list_get_first_link (&connections->completed);
862 while (link != NULL
881 DBusList *link; local
1159 DBusList *link; local
1215 DBusList *link; local
1480 DBusList *link; local
1581 DBusList *link; local
1686 DBusList *link; member in struct:__anon1491
1736 DBusList *link; local
1945 DBusList *link; local
2030 DBusList *link; local
2078 DBusList *link; local
    [all...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureComparator.java 32 * Compare the contents of two (@link Gesture}'s
34 * @throws {@link junit.framework.AssertionFailedError} if Gesture's are not equal
49 * Compare the contents of two {@link GestureStroke}
51 * @throws {@link junit.framework.AssertionFailedError} if GestureStroke's are not
  /cts/tests/tests/text/src/android/text/method/cts/
HideReturnsTransformationMethodTest.java 28 * Test {@link HideReturnsTransformationMethod}.
45 notes = "Test {@link HideReturnsTransformationMethod#getOriginal()}.",
56 notes = "Test {@link HideReturnsTransformationMethod#getInstance()}.",
70 notes = "Test {@link HideReturnsTransformationMethod#getReplacement()}.",
  /cts/tests/tests/widget/src/android/widget/cts/
Gallery_LayoutParamsTest.java 35 * Test {@link LayoutParams}.
42 notes = "Test constructor(s) of {@link LayoutParams}",
48 notes = "Test constructor(s) of {@link LayoutParams}",
54 notes = "Test constructor(s) of {@link LayoutParams}",
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
package-info.java 33 * {@link java.util.concurrent.atomic.AtomicBoolean},
34 * {@link java.util.concurrent.atomic.AtomicInteger},
35 * {@link java.util.concurrent.atomic.AtomicLong}, and
36 * {@link java.util.concurrent.atomic.AtomicReference}
83 * {@link java.util.concurrent.atomic.AtomicReferenceFieldUpdater},
84 * {@link java.util.concurrent.atomic.AtomicIntegerFieldUpdater}, and
85 * {@link java.util.concurrent.atomic.AtomicLongFieldUpdater} are
96 * {@link java.util.concurrent.atomic.AtomicIntegerArray},
97 * {@link java.util.concurrent.atomic.AtomicLongArray}, and
98 * {@link java.util.concurrent.atomic.AtomicReferenceArray} classe
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/reflect/
package.html 10 The code {@link java.lang.Class} class serves as the entry-point to
  /dalvik/libcore/sql/src/main/java/java/sql/
Connection.java 23 * A connection represents a link from a Java application to a database. All SQL
75 * prevented</b> (the opposite of {@link #TRANSACTION_READ_UNCOMMITTED}):
86 * Subsequent calls to {@link #getWarnings()} will return {@code null}
146 * <li>{@link ResultSet#TYPE_SCROLL_SENSITIVE} </li> <li>
147 * {@link ResultSet#TYPE_SCROLL_INSENSITIVE} </li> <li>
148 * {@link ResultSet#TYPE_FORWARD_ONLY}</li>
153 * <li>{@link ResultSet#CONCUR_UPDATABLE}</li> <li>
154 * {@link ResultSet#CONCUR_READ_ONLY}</li>
173 * <li>{@link ResultSet#TYPE_SCROLL_SENSITIVE}</li>
174 * <li>{@link ResultSet#TYPE_SCROLL_INSENSITIVE}</li
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/sql/
RefTest.java 36 * Test method for {@link java.sql.Ref#getBaseTypeName()}.
49 * Test method for {@link java.sql.Ref#getObject()}.
62 * Test method for {@link java.sql.Ref#getObject(java.util.Map)}.
75 * Test method for {@link java.sql.Ref#setObject(java.lang.Object)}.

Completed in 308 milliseconds

<<11121314151617181920>>