/frameworks/base/docs/html/guide/topics/ui/controls/ |
togglebutton.jd | 17 <li>{@link android.widget.ToggleButton}</li> 18 <li>{@link android.widget.Switch}</li> 25 <p>You can add a basic toggle button to your layout with the {@link android.widget.ToggleButton} 27 provides a slider control, which you can add with a {@link android.widget.Switch} object.</p> 39 <p style="clear:left">The {@link android.widget.ToggleButton} and {@link android.widget.Switch} 40 controls are subclasses of {@link android.widget.CompoundButton} and function in the same manner, so 45 <p>When the user selects a {@link android.widget.ToggleButton} and {@link android.widget.Switch}, 52 to a click event. The {@link android.app.Activity} hosting the layout must then implement th [all...] |
pickers.jd | 24 <li>{@link android.app.DatePickerDialog}</li> 25 <li>{@link android.app.TimePickerDialog}</li> 26 <li>{@link android.support.v4.app.DialogFragment}</li> 42 <p>We recommend that you use {@link android.support.v4.app.DialogFragment} to host each time or date 43 picker. The {@link android.support.v4.app.DialogFragment} manages the dialog lifecycle for you and 47 <p>Although {@link android.app.DialogFragment} was first added to the platform in Android 3.0 (API 49 1.6—you can use the {@link android.support.v4.app.DialogFragment} class that's available in 55 library</a> APIs for {@link android.support.v4.app.DialogFragment}. If your app's <a 57 higher, you can instead use the platform version of {@link android.app.DialogFragment}.</p> 63 <p>To display a {@link android.app.TimePickerDialog} using {@lin [all...] |
/frameworks/base/core/java/android/content/pm/ |
PackageInfo.java | 35 * tag's {@link android.R.styleable#AndroidManifest_versionCode versionCode} 42 * tag's {@link android.R.styleable#AndroidManifest_versionName versionName} 49 * tag's {@link android.R.styleable#AndroidManifest_sharedUserId sharedUserId} 56 * tag's {@link android.R.styleable#AndroidManifest_sharedUserLabel sharedUserLabel} 69 * per {@link System#currentTimeMillis()}. 75 * per {@link System#currentTimeMillis()}. 81 * This is only filled in if the flag {@link PackageManager#GET_GIDS} was set. 86 * Array of all {@link android.R.styleable#AndroidManifestActivity 89 * {@link PackageManager#GET_ACTIVITIES} was set. 94 * Array of all {@link android.R.styleable#AndroidManifestReceive [all...] |
/frameworks/base/docs/html/guide/topics/ui/layout/ |
gridview.jd | 12 <li>{@link android.widget.GridView}</li> 13 <li>{@link android.widget.ImageView}</li> 14 <li>{@link android.widget.BaseAdapter}</li> 15 <li>{@link android.widget.AdapterView.OnItemClickListener}</li> 19 <p>{@link android.widget.GridView} is a {@link android.view.ViewGroup} that displays items in a 21 scrollable grid. The grid items are automatically inserted to the layout using a {@link 58 <p>This {@link android.widget.GridView} will fill the entire screen. The attributes are rather 59 self explanatory. For more information about valid attributes, see the {@link 63 {@link android.app.Activity#onCreate(Bundle) onCreate()} method [all...] |
/development/samples/ApiDemos/tests/src/com/example/android/apis/view/ |
Focus2ActivityTest.java | 27 * An example of an {@link ActivityInstrumentationTestCase} of a specific activity {@link Focus2}. 28 * By virtue of extending {@link ActivityInstrumentationTestCase}, the target activity is automatically 30 * {@link android.test.InstrumentationTestCase}, which provides 32 * touch events. See {@link #sendKeys}. 34 * In general, {@link android.test.InstrumentationTestCase}s and {@link ActivityInstrumentationTestCase}s 36 * user interface. When run via a {@link android.test.InstrumentationTestRunner}, 37 * the necessary {@link android.app.Instrumentation} will be injected for you to 38 * user via {@link #getInstrumentation} in your tests [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ForwardingQueue.java | 33 * overriding {@link #add} alone <b>will not</b> change the behavior of {@link 80 * A sensible definition of {@link #offer} in terms of {@link #add}. If you 81 * override {@link #add}, you may wish to override {@link #offer} to forward 95 * A sensible definition of {@link #peek} in terms of {@link #element}. If you 96 * override {@link #element}, you may wish to override {@link #peek} t [all...] |
/frameworks/base/core/java/android/view/textservice/ |
SentenceSuggestionsInfo.java | 26 * (e.g. {@link android.service.textservice.SpellCheckerService}). 28 * for a sentence. See {@link SuggestionsInfo} which is used for suggestions for a word. 29 * This class extends the functionality of {@link SuggestionsInfo} as far as this class enables 30 * you to put multiple {@link SuggestionsInfo}s on a sentence with the offsets and the lengths 31 * of all {@link SuggestionsInfo}s. 70 * Used to package this object into a {@link Parcel}. 72 * @param dest The {@link Parcel} to be written. 90 * @return the count of {@link SuggestionsInfo}s this instance holds. 97 * @param i the id of {@link SuggestionsInfo}s this instance holds. 98 * @return a {@link SuggestionsInfo} at the specified i [all...] |
/frameworks/base/docs/html/about/versions/ |
android-4.2.jd | 35 <p>Android 4.2 ({@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}) 99 if your app requests the {@link android.Manifest.permission#ACCESS_COARSE_LOCATION} permission but 100 does not request the {@link android.Manifest.permission#ACCESS_FINE_LOCATION} permission. 106 <li>Some <b>device settings</b> defined by {@link android.provider.Settings.System} are now 107 read-only. If your app attempts to write changes to settings defined in {@link 108 android.provider.Settings.System} that have moved to {@link android.provider.Settings.Global}, 113 moved to {@link android.provider.Settings.Global} when running on Android 4.2 and higher.</p> 116 <li>If your app uses {@link android.webkit.WebView}, Android 4.2 adds an additional layer of 122 annotation, the method is not accessible by a web page in your {@link android.webkit.WebView} 146 <p>You can create a dream for Daydream by implementing a subclass of {@link [all...] |
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
TabCompatActivity.java | 25 * A base activity that defers tab functionality to a {@link TabHelper}. 28 * level 5 and above. Using this class along with the {@link TabHelper} and {@link com.example.android.tabcompat.lib.CompatTab} 29 * classes, you can build a tab UI that's built using the {@link android.app.ActionBar} on 30 * Honeycomb+ and the {@link android.widget.TabWidget} on all older versions. 32 * The {@link TabHelper} APIs obfuscate all the compatibility work for you. 57 * Returns the {@link TabHelper} for this activity.
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_instructions_view.h | 10 #include "views/controls/link.h" 15 class Link; 21 // with a link to import bookmarks. Clicking the link results in notifying the 26 // The delegate is notified once the user clicks on the link to import 48 virtual void LinkActivated(views::Link* source, int event_flags) OVERRIDE; 56 views::Link* import_link_;
|
/frameworks/base/core/java/android/content/ |
ContentProviderClient.java | 33 * The public interface object used to interact with a {@link ContentProvider}. This is obtained by 34 * calling {@link ContentResolver#acquireContentProviderClient}. This object must be released 35 * using {@link #release} in order to indicate to the system that the {@link ContentProvider} is 40 * {@link ContentResolver}, the methods here such as {@link #query} and 41 * {@link #openFile} are not thread safe -- you must not call 42 * {@link #release()} on the ContentProviderClient those calls are made from 63 /** See {@link ContentProvider#query ContentProvider.query} */ 76 /** See {@link ContentProvider#query ContentProvider.query} * [all...] |
/frameworks/base/core/java/android/database/ |
DataSetObservable.java | 20 * A specialization of {@link Observable} for {@link DataSetObserver} 22 * {@link DataSetObserver} objects. 26 * Invokes {@link DataSetObserver#onChanged} on each observer. 33 // removing itself from {@link mObservers} - and that could cause problems if 34 // an iterator is used on the ArrayList {@link mObservers}. 43 * Invokes {@link DataSetObserver#onInvalidated} on each observer.
|
/frameworks/base/core/java/android/hardware/ |
TriggerEvent.java | 23 * {@link Sensor#TYPE_SIGNIFICANT_MOTION}, the {@link TriggerEventListener} 38 * The length and contents of the {@link #values values} array depends on 39 * which {@link android.hardware.Sensor sensor} type is being monitored (see 40 * also {@link SensorEvent} for a definition of the coordinate system used). 42 * <h4> {@link Sensor#TYPE_SIGNIFICANT_MOTION} </h4> 50 * {@link android.hardware.SensorManager SensorManager} for details.
|
/frameworks/base/core/java/android/nfc/ |
NfcManager.java | 22 * High level manager used to obtain an instance of an {@link NfcAdapter}. 24 * Use {@link android.content.Context#getSystemService(java.lang.String)} 25 * with {@link Context#NFC_SERVICE} to create an {@link NfcManager}, 26 * then call {@link #getDefaultAdapter} to obtain the {@link NfcAdapter}. 29 * {@link NfcAdapter#getDefaultAdapter(android.content.Context)}.
|
NfcAdapter.java | 44 * Use the helper {@link #getDefaultAdapter(Context)} to get the default NFC 59 * <p>The system inspects the first {@link NdefRecord} in the first {@link NdefMessage} and 63 * {@link IntentFilter}s targeting specific content on tags. Activities should register the 68 * {@link #ACTION_TECH_DISCOVERED}. If any activities respond to this intent neither 69 * {@link #ACTION_TECH_DISCOVERED} or {@link #ACTION_TAG_DISCOVERED} will be started. 101 * <code>tech-list</code> sets is a subset of {@link Tag#getTechList() Tag.getTechList()}. Each 105 * example that will match any tag using {@link NfcF} or any tag using {@link NfcA} [all...] |
/frameworks/base/core/java/android/view/ |
SoundEffectConstants.java | 20 * Constants to be used to play sound effects via {@link View#playSoundEffect(int)} 35 * @param direction One of {@link View#FOCUS_UP}, {@link View#FOCUS_DOWN}, 36 * {@link View#FOCUS_LEFT}, {@link View#FOCUS_RIGHT}, {@link View#FOCUS_FORWARD} 37 * or {@link View#FOCUS_BACKWARD}
|
/frameworks/base/docs/html-intl/ru/training/monitoring-device-state/ |
connectivity-monitoring.jd | 3 parent.link=index.html 8 previous.link=docking-monitoring.html 10 next.link=manifest-receivers.html 35 <p>????????? ??????? ??????????? ? ????????? ? ??? ??? ????? ? ??????? {@link android.net.ConnectivityManager}.</p> 40 <p>???? ??????????? ???????????, ??? ?????? ??????????? ?????????? ?? ?????????. ? ??????????? ???? ???? ????????, ??? ???????????? {@link android.net.ConnectivityManager} ??? ???????? ???????? ?? ???????? ???? ? ?????????? ??????????? ???????????.</p> 64 <p>{@link android.net.ConnectivityManager} ???????? ???????? {@link android.net.ConnectivityManager#CONNECTIVITY_ACTION} ({@code "android.net.conn.CONNECTIVITY_CHANGE"}) ??? ?????? ????????? ???????? ? ???????????. ??????????????? ? ????????? ???????? ????????????????? ?????????, ????? ??????????? ??? ????????? ? ????????? (??? ????????????????) ??????? ?????????? ??????????????? ???????.</p>
|
/frameworks/support/v4/java/android/support/v4/media/ |
TransportPerformer.java | 38 * and other state so a later call to {@link #onStart()} will resume at the same place. 82 * {@link TransportMediator#FLAG_KEY_MEDIA_PREVIOUS}, 83 * {@link TransportMediator#FLAG_KEY_MEDIA_REWIND}, 84 * {@link TransportMediator#FLAG_KEY_MEDIA_PLAY}, 85 * {@link TransportMediator#FLAG_KEY_MEDIA_PLAY_PAUSE}, 86 * {@link TransportMediator#FLAG_KEY_MEDIA_PAUSE}, 87 * {@link TransportMediator#FLAG_KEY_MEDIA_STOP}, 88 * {@link TransportMediator#FLAG_KEY_MEDIA_FAST_FORWARD}, 89 * {@link TransportMediator#FLAG_KEY_MEDIA_NEXT} 92 * {@link TransportMediator#FLAG_KEY_MEDIA_PLAY} [all...] |
/frameworks/support/v4/java/android/support/v4/view/ |
MotionEventCompat.java | 22 * Helper for accessing features in {@link MotionEvent} introduced 118 * Synonym for {@link MotionEvent#ACTION_MASK}. 123 * Synonym for {@link MotionEvent#ACTION_POINTER_DOWN}. 128 * Synonym for {@link MotionEvent#ACTION_POINTER_UP}. 133 * Synonym for {@link MotionEvent#ACTION_HOVER_MOVE}. 138 * Synonym for {@link MotionEvent#ACTION_SCROLL}. 143 * Synonym for {@link MotionEvent#ACTION_POINTER_INDEX_MASK}. 148 * Synonym for {@link MotionEvent#ACTION_POINTER_INDEX_SHIFT}. 153 * Constant for {@link #getActionMasked}: The pointer is not down but has entered the 159 * {@link android.view.View#onGenericMotionEvent(MotionEvent)} rather tha [all...] |
/frameworks/testing/androidtestlib/src/com/android/test/ |
InjectContext.java | 32 * Use this to inject a {@link Context} representing {@link Instrumentation#getTargetContext()} 35 * To use, just add the correct annotation to an {@link Context} field like this: 39 * The test runner will set the value of this field with the {@link Instrumentation} after 40 * object construction but before any {@link Before} methods are called. 42 * Declaring this in a JUnit3 test (ie a class that is a {@link Test}) will have no effect. 43 * Use {@link AndroidTestCase} instead for JUnit3 style tests.
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
EmptyLoader.java | 25 * A {@link Loader} only used to make use of the {@link android.app.Fragment#setStartDeferred} 26 * feature from an old-style fragment which doesn't use {@link Loader}s to load data. 37 * {@link LoaderCallbacks} which just generates {@link EmptyLoader}. {@link #onLoadFinished} 38 * and {@link #onLoaderReset} are no-op.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
SelectionDependentViewPart.java | 29 * A Workbench {@link ViewPart} that requires {@link Device}/{@link Client} selection notifications 30 * from {@link DdmsPlugin} through the {@link ISelectionListener} interface. 51 * Sent when a new {@link Client} is selected. 62 * Sent when a new {@link Device} is selected.
|
/frameworks/base/core/java/android/content/res/ |
Configuration.java | 32 * <p>You can acquire this object from {@link Resources}, using {@link 34 * with {@link android.app.Activity#getResources}:</p> 75 /** Constant for {@link #screenLayout}: bits that encode the size. */ 77 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_SIZE_MASK} 80 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_SIZE_MASK} 88 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_SIZE_MASK [all...] |
/frameworks/base/docs/html/training/contacts-provider/ |
display-contact-badge.jd | 53 This lesson shows you how to add a {@link android.widget.QuickContactBadge} to your UI 54 and how to bind data to it. A {@link android.widget.QuickContactBadge} is a widget that 55 initially appears as a thumbnail image. Although you can use any {@link android.graphics.Bitmap} 56 for the thumbnail image, you usually use a {@link android.graphics.Bitmap} decoded from the 61 {@link android.widget.QuickContactBadge} expands into a dialog containing the following: 81 The {@link android.widget.QuickContactBadge} view provides instant access to a contact's 84 can click on the {@link android.widget.QuickContactBadge}, choose the communication method they 89 To add a {@link android.widget.QuickContactBadge}, insert a 107 To display a contact in the {@link android.widget.QuickContactBadge}, you need a content URI 108 for the contact and a {@link android.graphics.Bitmap} for the small image. You generat [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pManager.java | 59 * {@link #initialize} before doing any p2p operation. 61 * <p> Most application calls need a {@link ActionListener} instance for receiving callbacks 62 * {@link ActionListener#onSuccess} or {@link ActionListener#onFailure}. Action callbacks 64 * Upon failure, the reason of failure can be one of {@link #ERROR}, {@link #P2P_UNSUPPORTED} 65 * or {@link #BUSY}. 67 * <p> An application can initiate discovery of peers with {@link #discoverPeers}. An initiated 69 * ,forms a p2p group or there is an explicit {@link #stopPeerDiscovery}. 70 * Applications can listen to {@link #WIFI_P2P_DISCOVERY_CHANGED_ACTION} to know if a peer-to-pee [all...] |