/frameworks/support/v4/java/android/support/v4/view/ |
package.html | 6 {@link android.support.v4.view.MotionEventCompat} allows retrieving multi-touch 8 {@link android.support.v4.view.ViewPager} widget (which at some point should be moved over
|
/libcore/luni/src/main/java/java/util/ |
AbstractQueue.java | 10 // removed link to collections framework docs 14 * This class provides skeletal implementations of some {@link Queue} 17 * elements. Methods {@link #add add}, {@link #remove remove}, and 18 * {@link #element element} are based on {@link #offer offer}, {@link 19 * #poll poll}, and {@link #peek peek}, respectively, but throw 24 * minimally define a method {@link Queue#offer} which does not permit 25 * insertion of <tt>null</tt> elements, along with methods {@link [all...] |
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ContactsSource.java | 50 * The {@link RawContacts#ACCOUNT_TYPE} these constraints apply to. 56 * {@link Account} or for matching against {@link Data#RES_PACKAGE}. 67 * Set of {@link DataKind} supported by this source. 72 * Lookup map of {@link #mKinds} on {@link DataKind#mimeType}. 93 * Ensure that this {@link ContactsSource} has been inflated to the 104 * {@link #ensureInflated(Context, int)} when inflation is needed. 109 * Invalidate any cache for this {@link ContactsSource}, removing all 110 * inflated data. Calling {@link #ensureInflated(Context, int)} wil [all...] |
/sdk/templates/activities/FullscreenActivity/root/src/app_package/util/ |
SystemUiHider.java.ftl | 15 * {@link #getInstance} will return a {@link SystemUiHiderHoneycomb} instance, 16 * while on older devices {@link #getInstance} will return a 17 * {@link SystemUiHiderBase} instance. 29 * {@link android.view.WindowManager.LayoutParams#FLAG_LAYOUT_IN_SCREEN} 42 * When this flag is set, {@link #show()} and {@link #hide()} will toggle 49 * When this flag is set, {@link #show()} and {@link #hide()} will toggle 62 * The view on which {@link View#setSystemUiVisibility(int)} will be called [all...] |
/system/core/toolbox/ |
ln.c | 29 ret = link(argv[1], argv[2]); 32 fprintf(stderr, "link failed %s\n", strerror(errno));
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
AccountType.java | 54 * The {@link RawContacts#ACCOUNT_TYPE} these constraints apply to. 59 * The {@link RawContacts#DATA_SET} these constraints apply to. 67 * TODO Clean up {@link #resourcePackageName}, {@link #syncAdapterPackageName} and 68 * {@link #getViewContactNotifyServicePackageName()}. 71 * - {@link #syncAdapterPackageName} is always set to the actual sync adapter package name. 72 * - {@link #resourcePackageName} too is set to the same value, unless {@link #isEmbedded()}, 74 * There's an unfortunate exception of {@link FallbackAccountType}. Even though it 75 * {@link #isEmbedded()}, but we set non-null to {@link #resourcePackageName} for unit tests [all...] |
/frameworks/base/docs/html/guide/components/ |
services.jd | 40 <li>{@link android.app.Service}</li> 41 <li>{@link android.app.IntentService}</li> 60 <p>A {@link android.app.Service} is an application component that can perform 73 calling {@link android.content.Context#startService startService()}. Once started, a service 79 <dd>A service is "bound" when an application component binds to it by calling {@link 89 It's simply a matter of whether you implement a couple callback methods: {@link 90 android.app.Service#onStartCommand onStartCommand()} to allow components to start it and {@link 95 an activity—by starting it with an {@link android.content.Intent}. However, you can declare 120 a thread in {@link android.app.Activity#onCreate onCreate()}, start running it in {@link [all...] |
/frameworks/base/core/java/android/app/ |
KeyguardManager.java | 28 * class by calling {@link android.content.Context#getSystemService(java.lang.String)} 29 * with argument {@link android.content.Context#KEYGUARD_SERVICE}. The 31 * {@link android.app.KeyguardManager.KeyguardLock}. 37 * @deprecated Use {@link android.view.WindowManager.LayoutParams#FLAG_DISMISS_KEYGUARD} 38 * and/or {@link android.view.WindowManager.LayoutParams#FLAG_SHOW_WHEN_LOCKED} 43 * Handle returned by {@link KeyguardManager#newKeyguardLock} that allows 57 * until {@link #reenableKeyguard()} is called. 59 * A good place to call this is from {@link android.app.Activity#onResume()} 61 * Note: This call has no effect while any {@link android.app.admin.DevicePolicyManager} 65 * {@link android.Manifest.permission#DISABLE_KEYGUARD} [all...] |
/frameworks/base/docs/html/guide/webapps/ |
debugging.jd | 32 or in your own {@link android.webkit.WebView}.</p> 86 <p>If you've implemented a custom {@link android.webkit.WebView} in your application, all the 90 provide a {@link android.webkit.WebChromeClient} 91 that implements the {@link android.webkit.WebChromeClient#onConsoleMessage(String,int,String) 94 <p>Additionally, the {@link 96 Level 7 has been deprecated in favor of {@link 100 greater), you must implement {@link android.webkit.WebChromeClient} and override the appropriate 101 {@link 103 method. Then, apply the {@link android.webkit.WebChromeClient} to your {@link [all...] |
/frameworks/base/docs/html/training/displaying-bitmaps/ |
load-bitmap.jd | 3 parent.link=index.html 44 <p>The {@link android.graphics.BitmapFactory} class provides several decoding methods ({@link 46 decodeByteArray()}, {@link 48 decodeFile()}, {@link 50 decodeResource()}, etc.) for creating a {@link android.graphics.Bitmap} from various sources. Choose 54 options via the {@link android.graphics.BitmapFactory.Options} class. Setting the {@link 56 avoids memory allocation, returning {@code null} for the bitmap object but setting {@link 57 android.graphics.BitmapFactory.Options#outWidth}, {@link [all...] |
/frameworks/base/core/java/android/view/inputmethod/ |
EditorInfo.java | 34 * {@link InputType}. 44 * Set of bits in {@link #imeOptions} that provide alternative actions 52 * Bits of {@link #IME_MASK_ACTION}: no specific action has been 59 * Bits of {@link #IME_MASK_ACTION}: there is no available action. 64 * Bits of {@link #IME_MASK_ACTION}: the action key performs a "go" 71 * Bits of {@link #IME_MASK_ACTION}: the action key performs a "search" 78 * Bits of {@link #IME_MASK_ACTION}: the action key performs a "send" 85 * Bits of {@link #IME_MASK_ACTION}: the action key performs a "next" 91 * Bits of {@link #IME_MASK_ACTION}: the action key performs a "done" 97 * Bits of {@link #IME_MASK_ACTION}: Like {@link #IME_ACTION_NEXT}, bu [all...] |
/hardware/samsung_slsi/exynos5/libv4l2/ |
exynos_mc.c | 128 struct media_link_desc *link = &links.links[i]; local 134 source = exynos_media_get_entity_by_id(media, link->source.entity); 135 sink = exynos_media_get_entity_by_id(media, link->sink.entity); 137 ALOGE("WARNING entity %u link %u from %u/%u to %u/%u is invalid!", 138 id, i, link->source.entity, 139 link->source.index, 140 link->sink.entity, 141 link->sink.index); 145 fwdlink->source = &source->pads[link->source.index]; 146 fwdlink->sink = &sink->pads[link->sink.index] 380 struct media_link *link = &pad->entity->links[i]; local 463 struct media_link *link; local 524 struct media_link *link = &entity->links[j]; local 674 struct media_link *link; local 719 struct media_link *link; local [all...] |
/external/chromium/chrome/browser/resources/options/ |
options.html | 11 <link rel="icon" href="../../../app/theme/settings_favicon.png"> 12 <link rel="stylesheet" href="chrome://resources/css/button.css"> 13 <link rel="stylesheet" href="chrome://resources/css/list.css"> 14 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> 15 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 16 <link rel="stylesheet" href="../webui.css"> 17 <link rel="stylesheet" href="options_page.css"> 18 <link rel="stylesheet" href="advanced_options.css"> 19 <link rel="stylesheet" href="alert_overlay.css"> 20 <link rel="stylesheet" href="autofill_options.css" [all...] |
/frameworks/base/core/java/android/view/ |
SurfaceHolder.java | 26 * through the {@link SurfaceView} class. 29 * its {@link SurfaceView}, you will want to carefully read the 31 * {@link #lockCanvas} and {@link Callback#surfaceCreated Callback.surfaceCreated()}. 49 * Exception that is thrown from {@link #lockCanvas} when called on a Surface 63 * changes to the surface. When used with a {@link SurfaceView}, the 65 * {@link #surfaceCreated(SurfaceHolder)} and 66 * {@link #surfaceDestroyed(SurfaceHolder)}. The Callback is set with 67 * {@link SurfaceHolder#addCallback SurfaceHolder.addCallback} method. 74 * a {@link Surface}, so you should not draw into the Surface her [all...] |
/frameworks/base/docs/html/training/notify-user/ |
navigation.jd | 3 parent.link=index.html 7 next.link=managing.html 53 You're starting an {@link android.app.Activity} that's part of the application's normal 60 The user only sees this {@link android.app.Activity} if it's started from a notification. 61 In a sense, the {@link android.app.Activity} extends the notification by providing 68 To set up a {@link android.app.PendingIntent} that starts a direct entry 69 {@link android.app.Activity}, follow these steps: 73 Define your application's {@link android.app.Activity} hierarchy in the manifest. The final XML should look like this: 94 Create a back stack based on the {@link android.content.Intent} that starts the 95 {@link android.app.Activity}. For example [all...] |
/frameworks/base/docs/html/training/search/ |
setup.jd | 4 next.link=search.html 31 <p>Beginning in Android 3.0, using the {@link android.widget.SearchView} widget as an item in 33 the action bar, you can define the {@link android.widget.SearchView} to show at all times, only 34 when there is room, or as a collapsible action, which displays the {@link 40 {@link android.widget.SearchView}.</p> 44 <p>To add a {@link android.widget.SearchView} widget to the action bar, create a file named 47 item. The <code>collapseActionView</code> attribute allows your {@link android.widget.SearchView} 66 <p>To display the {@link android.widget.SearchView} in the action bar, inflate the XML menu 67 resource (<code>res/menu/options_menu.xml</code>) in the {@link 79 <p>If you run your app now, the {@link android.widget.SearchView} appears in your app's actio [all...] |
/frameworks/base/location/java/android/location/ |
Criteria.java | 119 * Accuracy may be {@link #ACCURACY_LOW}, {@link #ACCURACY_MEDIUM}, 120 * {@link #ACCURACY_HIGH} or {@link #NO_REQUIREMENT}. 134 * Accuracy may be {@link #ACCURACY_LOW}, {@link #ACCURACY_MEDIUM}, 135 * {@link #ACCURACY_HIGH} or {@link #NO_REQUIREMENT}. 143 * Accuracy may be {@link #ACCURACY_LOW}, {@link #ACCURACY_MEDIUM} [all...] |
/frameworks/support/v4/java/android/support/v4/content/ |
IntentCompat.java | 25 * Helper for accessing features in {@link android.content.Intent} 103 * The extra data {@link #EXTRA_CHANGED_PACKAGE_LIST} contains a 105 * The extra data {@link #EXTRA_CHANGED_UID_LIST} contains a 112 * <li> {@link #EXTRA_CHANGED_PACKAGE_LIST} is the set of packages 114 * {@link #EXTRA_CHANGED_UID_LIST} is the set of uids of the 128 * The extra data {@link #EXTRA_CHANGED_PACKAGE_LIST} contains a 130 * The extra data {@link #EXTRA_CHANGED_UID_LIST} contains a 136 * <li> {@link #EXTRA_CHANGED_PACKAGE_LIST} is the set of packages 138 * {@link #EXTRA_CHANGED_UID_LIST} is the set of packages 150 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE} [all...] |
/frameworks/support/v4/java/android/support/v4/internal/view/ |
SupportMenuItem.java | 27 * <p>An Item is returned by calling one of the {@link android.view.Menu#add} 30 * <p>For a feature set of specific menu types, see {@link android.view.Menu}. 73 * is a flag set. One of {@link #SHOW_AS_ACTION_ALWAYS}, {@link #SHOW_AS_ACTION_IF_ROOM}, or 74 * {@link #SHOW_AS_ACTION_NEVER} should be used, and you may optionally OR the value with {@link 78 * @param actionEnum How the item should display. One of {@link #SHOW_AS_ACTION_ALWAYS}, {@link 79 * #SHOW_AS_ACTION_IF_ROOM}, or {@link #SHOW_AS_ACTION_NEVER}. 88 * The parameter actionEnum is a flag set. One of {@link #SHOW_AS_ACTION_ALWAYS} [all...] |
/frameworks/support/v4/java/android/support/v4/media/ |
TransportMediator.java | 32 * like {@link android.media.RemoteControlClient}. This class is intended to 35 * is represented by a single {@link TransportPerformer} that must be supplied to 37 * player should do this through calls to the {@link TransportController} interface. 79 /** Synonym for {@link KeyEvent#KEYCODE_MEDIA_PLAY KeyEvent.KEYCODE_MEDIA_PLAY} */ 81 /** Synonym for {@link KeyEvent#KEYCODE_MEDIA_PAUSE KeyEvent.KEYCODE_MEDIA_PAUSE} */ 83 /** Synonym for {@link KeyEvent#KEYCODE_MEDIA_RECORD KeyEvent.KEYCODE_MEDIA_RECORD} */ 86 /** Synonym for {@link android.media.RemoteControlClient#FLAG_KEY_MEDIA_PREVIOUS 89 /** Synonym for {@link android.media.RemoteControlClient#FLAG_KEY_MEDIA_REWIND 92 /** Synonym for {@link android.media.RemoteControlClient#FLAG_KEY_MEDIA_PLAY 95 /** Synonym for {@link android.media.RemoteControlClient#FLAG_KEY_MEDIA_PLAY_PAUS [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MessageOrderManager.java | 37 * Used by {@link MessageView} to determine the message-id of the previous/next messages. 41 * Call {@link #moveTo} to set the current message id. As a result, 42 * either {@link Callback#onMessagesChanged} or {@link Callback#onMessageNotFound} is called. 44 * Use {@link #canMoveToNewer()} and {@link #canMoveToOlder()} to see if there is a newer/older 45 * message, and {@link #moveToNewer()} and {@link #moveToOlder()} to update the current position. 47 * If the message list changes (e.g. message removed, new message arrived, etc), {@link Callback} 50 * When an instance is no longer needed, call {@link #close()}, which closes an underlying curso [all...] |
/external/mockito/src/org/mockito/ |
AdditionalMatchers.java | 21 * See {@link Matchers} for general info about matchers. 25 * It is recommended to use matchers from {@link Matchers} and keep stubbing and verification simple. 49 * See examples in javadoc for {@link AdditionalMatchers} class 62 * See examples in javadoc for {@link AdditionalMatchers} class 75 * See examples in javadoc for {@link AdditionalMatchers} class 88 * See examples in javadoc for {@link AdditionalMatchers} class 101 * See examples in javadoc for {@link AdditionalMatchers} class 114 * See examples in javadoc for {@link AdditionalMatchers} class 127 * See examples in javadoc for {@link AdditionalMatchers} class 140 * See examples in javadoc for {@link AdditionalMatchers} clas [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | 56 * {@link Contacts}. 65 * A row in the {@link Data} table can store any kind of personal data, such 71 * A row in the {@link RawContacts} table represents a set of data describing a 76 * A row in the {@link Contacts} table represents an aggregate of one or more 87 * {@link Groups}, which contains information about raw contact groups 92 * {@link StatusUpdates}, which contains social status updates including IM 96 * {@link AggregationExceptions}, which is used for manual aggregation and 100 * {@link Settings}, which contains visibility and sync settings for accounts 104 * {@link SyncState}, which contains free-form data maintained on behalf of sync 108 * {@link PhoneLookup}, which is used for quick caller-ID lookup</li [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractScheduledService.java | 35 * Base class for services that can implement {@link #startUp} and {@link #shutDown} but while in 36 * the "running" state need to perform a periodic task. Subclasses can implement {@link #startUp}, 37 * {@link #shutDown} and also a {@link #runOneIteration} method that will be executed periodically. 39 * <p>This class uses the {@link ScheduledExecutorService} returned from {@link #executor} to run 40 * the {@link #startUp} and {@link #shutDown} methods and also uses that service to schedule the 41 * {@link #runOneIteration} that will be executed periodically as specified by its [all...] |
/frameworks/base/core/java/android/app/admin/ |
DeviceAdminReceiver.java | 34 * {@link BroadcastReceiver#onReceive(Context, Intent) BroadcastReceiver.onReceive()} 38 * should probably be done in a {@link Service}. 41 * handle {@link #ACTION_DEVICE_ADMIN_ENABLED} and require the 42 * {@link android.Manifest.permission#BIND_DEVICE_ADMIN} permission. A typical 48 * to the device administrator, as parsed by the {@link DeviceAdminInfo} class. 68 * handle this in {@link DeviceAdminReceiver#onEnabled(Context, Intent)}. To be 70 * {@link android.Manifest.permission#BIND_DEVICE_ADMIN} permission so 82 * {@link #EXTRA_DISABLE_WARNING} in the result Intent. If not set, 102 * handle this in {@link DeviceAdminReceiver#onDisabled(Context, Intent)}. Note 114 * of the new password with {@link DevicePolicyManager#isActivePasswordSufficient( [all...] |