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

<<21222324252627282930>>

  /frameworks/base/core/java/android/hardware/
SensorManager.java 45 * class by calling {@link android.content.Context#getSystemService(java.lang.String)
46 * Context.getSystemService()} with an argument of {@link android.content.Context#SENSOR_SERVICE}.
57 * See {@link android.hardware.SensorListener SensorListener} for more details.
58 * @deprecated use {@link android.hardware.Sensor Sensor} instead.
65 * See {@link android.hardware.SensorListener SensorListener} for more details.
66 * @deprecated use {@link android.hardware.Sensor Sensor} instead.
73 * See {@link android.hardware.SensorListener SensorListener} for more details.
74 * @deprecated use {@link android.hardware.Sensor Sensor} instead.
81 * See {@link android.hardware.SensorListener SensorListener} for more details.
82 * @deprecated use {@link android.hardware.Sensor Sensor} instead
    [all...]
  /external/guava/src/com/google/common/collect/
Sets.java 53 * Static utility methods pertaining to {@link Set} instances. Also see this
54 * class's counterparts {@link Lists} and {@link Maps}.
66 * Internally, the returned set will be backed by an {@link EnumSet}.
84 * Internally, the returned set will be backed by an {@link EnumSet}.
115 * Unlike {@link EnumSet#copyOf(Collection)}, this method does not produce an
145 * <p><b>Note:</b> if mutability is not required, use {@link
148 * <p><b>Note:</b> if {@code E} is an {@link Enum} type, use {@link
162 * non-null, use {@link ImmutableSet#of(Object[])} instead
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
custom-components.jd 3 parent.link=index.html
19 based on the fundamental layout classes: {@link android.view.View} and
20 {@link android.view.ViewGroup}. To start with, the platform includes a variety of prebuilt
24 <p>A partial list of available widgets includes {@link android.widget.Button Button},
25 {@link android.widget.TextView TextView},
26 {@link android.widget.EditText EditText},
27 {@link android.widget.ListView ListView},
28 {@link android.widget.CheckBox CheckBox},
29 {@link android.widget.RadioButton RadioButton},
30 {@link android.widget.Gallery Gallery},
    [all...]
index.jd 9 <li>{@link android.view.View}</li>
10 <li>{@link android.view.ViewGroup}</li>
11 <li>{@link android.widget Widget classes}</li>
31 <p>In an Android application, the user interface is built using {@link android.view.View} and
32 {@link android.view.ViewGroup} objects. There are many types of views and view groups, each of which
33 is a descendant of the {@link android.view.View} class.</p>
58 <code>{@link android.app.Activity#setContentView(int) setContentView()}</code>
81 a {@link android.widget.TextView} in your UI, and a <code>&lt;LinearLayout></code> element creates
82 a {@link android.widget.LinearLayout} view group. When you load a layout resource,
112 using the <code>{@link android.view.ViewGroup#addView(View)}</code> methods
    [all...]
  /frameworks/base/docs/html/guide/topics/views/
custom-views.jd 3 parent.link=index.html
6 <p>Android offers a sophisticated and powerful componentized model for building your UI, based on the fundamental building block classes {@link android.view.View} and {@link android.view.ViewGroup}. To start with, the platform includes a variety of prebuilt View and ViewGroup subclasses &mdash; called widgets and layouts, respectively &mdash; that you can use to construct your UI. The widgets and layouts are fully implemented and handle all of their own measuring and drawing, so you can use them right away. You can make new types of UI elements simply by nesting and grouping the widgets and layouts. Using widgets and layouts is the recommended approach to building a UI for your applications.</p>
8 <p>A partial list of available widgets includes {@link android.widget.Button Button},
9 {@link android.widget.TextView TextView},
10 {@link android.widget.EditText EditText},
11 {@link android.widget.ListView ListView},
12 {@link android.widget.CheckBox CheckBox},
13 {@link android.widget.RadioButton RadioButton},
14 {@link android.widget.Gallery Gallery},
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CyclicBarrier.java 18 * <p>A <tt>CyclicBarrier</tt> supports an optional {@link Runnable} command
68 * the supplied {@link Runnable} barrier action is executed and merges the
76 * {@link #await} returns the arrival index of that thread at the barrier.
87 * abnormally via {@link BrokenBarrierException} (or
88 * {@link InterruptedException} if they too were interrupted at about
235 * @param parties the number of threads that must invoke {@link #await}
253 * @param parties the number of threads that must invoke {@link #await}
284 * <li>Some other thread invokes {@link #reset} on this barrier.
292 * then {@link InterruptedException} is thrown and the current thread's
295 * <p>If the barrier is {@link #reset} while any thread is waiting
    [all...]
Executors.java 18 * Factory and utility methods for {@link Executor}, {@link
19 * ExecutorService}, {@link ScheduledExecutorService}, {@link
20 * ThreadFactory}, and {@link Callable} classes defined in this
24 * <li> Methods that create and return an {@link ExecutorService}
26 * <li> Methods that create and return a {@link ScheduledExecutorService}
31 * <li> Methods that create and return a {@link ThreadFactory}
33 * <li> Methods that create and return a {@link Callable}
52 * until it is explicitly {@link ExecutorService#shutdown shutdown}
    [all...]
  /frameworks/base/core/java/android/os/
PowerManager.java 31 * {@link android.content.Context#getSystemService(java.lang.String) Context.getSystemService()}.
33 * <p>The primary API you'll use is {@link #newWakeLock(int, String) newWakeLock()}. This will
34 * create a {@link PowerManager.WakeLock} object. You can then use methods on this object to
55 * <tr><th>{@link #PARTIAL_WAKE_LOCK}</th>
59 * <tr><th>{@link #SCREEN_DIM_WAKE_LOCK}</th>
63 * <tr><th>{@link #SCREEN_BRIGHT_WAKE_LOCK}</th>
67 * <tr><th>{@link #FULL_WAKE_LOCK}</th>
78 * flags have no effect when combined with a {@link #PARTIAL_WAKE_LOCK}.</i>
86 * <tr><th>{@link #ACQUIRE_CAUSES_WAKEUP}</th>
94 * <tr><th>{@link #ON_AFTER_RELEASE}</th
    [all...]
Build.java 81 * representation; use {@link #SDK_INT} instead.
83 * @deprecated Use {@link #SDK_INT} to easily get this as an integer.
90 * values are defined in {@link Build.VERSION_CODES}.
104 * values that can be found in {@link VERSION#SDK}. Version numbers
136 * {@link android.Manifest.permission#WRITE_EXTERNAL_STORAGE} permission to be
140 * {@link android.Manifest.permission#READ_PHONE_STATE} permission to be
158 * <li> The {@link android.app.Service#onStartCommand
160 * {@link android.app.Service#START_STICKY} behavior instead of the
161 * old compatibility {@link android.app.Service#START_STICKY_COMPATIBILITY}.
162 * <li> The {@link android.app.Activity} class will now execute bac
    [all...]
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 29 * by the views hierarchy. Refer to {@link android.view.View#getViewTreeObserver()}
134 * Option for {@link #setTouchableInsets(int)}: the entire window frame
140 * Option for {@link #setTouchableInsets(int)}: the area inside of
146 * Option for {@link #setTouchableInsets(int)}: the area inside of
153 * {@link #TOUCHABLE_INSETS_FRAME}, {@link #TOUCHABLE_INSETS_CONTENT},
154 * or {@link #TOUCHABLE_INSETS_VISIBLE}.
229 * will return false in {@link #isAlive()} and should not be used anymore.
282 * @throws IllegalStateException If {@link #isAlive()} returns false
299 * @throws IllegalStateException If {@link #isAlive()} returns fals
    [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardUpdateMonitor.java 56 * doesn't really belong here. see {@link #handleBatteryUpdate} where it shutdowns
57 * the device, and {@link #getFailedAttempts()}, {@link #reportFailedAttempt()}
58 * and {@link #clearFailedAttempts()}. Maybe we should rename this 'KeyguardContext'...
101 * {@link com.android.internal.telephony.TelephonyIntents#ACTION_SIM_STATE_CHANGED} broadcast,
102 * and then pass a result via our handler to {@link KeyguardUpdateMonitor#handleSimStateChange},
104 * the intent and provide a {@link SimCard.State} result.
274 * Handle {@link #MSG_TIME_UPDATE}
284 * Handle {@link #MSG_BATTERY_UPDATE}
301 * Handle {@link #MSG_CARRIER_INFO_UPDATE
    [all...]
  /frameworks/base/media/java/android/media/
AudioTrack.java 34 * {@link #write(byte[], int, int)} and {@link #write(short[], int, int)} methods.
194 * {@link AudioManager#STREAM_VOICE_CALL}, {@link AudioManager#STREAM_SYSTEM},
195 * {@link AudioManager#STREAM_RING}, {@link AudioManager#STREAM_MUSIC} and
196 * {@link AudioManager#STREAM_ALARM}
237 * {@link AudioManager#STREAM_VOICE_CALL}, {@link AudioManager#STREAM_SYSTEM},
238 * {@link AudioManager#STREAM_RING}, {@link AudioManager#STREAM_MUSIC} an
    [all...]
  /external/guava/src/com/google/common/io/
Files.java 86 * Returns a factory that will supply instances of {@link FileInputStream}
103 * Returns a factory that will supply instances of {@link FileOutputStream}
115 * Returns a factory that will supply instances of {@link FileOutputStream}
135 * {@link InputStreamReader} that read a file using the given character set.
147 * Returns a factory that will supply instances of {@link OutputStreamWriter}
160 * Returns a factory that will supply instances of {@link OutputStreamWriter}
205 * Reads all characters from a file into a {@link String}, using the given
218 * Copies to a file all bytes from an {@link InputStream} supplied by a
242 * Copies all bytes from a file to an {@link OutputStream} supplied by
277 * Copies to a file all characters from a {@link Readable} an
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
animation-resource.jd 3 parent.link=available-resources.html
21 An {@link android.view.animation.Animation}.</dd>
24 An {@link android.graphics.drawable.AnimationDrawable}.</dd>
42 <dd>Resource pointer to an {@link android.view.animation.Animation}.</dd>
96 <code>&lt;rotate&gt;</code>) or other <code>&lt;set&gt;</code> elements. Represents an {@link
102 An {@link android.view.animation.Interpolator} to apply on the animation.
113 <dd>A fade-in or fade-out animation. Represents an {@link
125 {@link android.view.animation.Animation} class reference (of which, all XML attributes are
131 are 0, 0 (top-left corner), all growth will be down and to the right. Represents a {@link
149 {@link android.view.animation.Animation} class reference (of which, all XML attributes ar
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
XmlKeyboardLoader.java 43 * {@link #XMLTAG_SKB_TEMPLATE} element in the xml file. file.
49 * is defined inside the {@link #XMLTAG_SKB_TEMPLATE} element in the xml
57 * {@link #XMLTAG_SKB_TEMPLATE} and {@link #XMLTAG_KEYBOARD}.
64 * {@link #XMLTAG_SKB_TEMPLATE} and {@link #XMLTAG_KEYBOARD}.
70 * {@link #XMLTAG_SKB_TEMPLATE} and {@link #XMLTAG_KEYBOARD}.
76 * inside {@link #XMLTAG_SKB_TEMPLATE} and {@link #XMLTAG_KEYBOARD}
    [all...]
  /dalvik/libcore/math/src/main/java/java/math/
MathContext.java 29 * precision for the numerical operations provided by class {@link BigDecimal}.
36 * {@link RoundingMode#HALF_EVEN} rounding.
43 * precision format: 7 digit precision and {@link RoundingMode#HALF_EVEN}
51 * precision format: 16 digit precision and {@link RoundingMode#HALF_EVEN}
59 * {@link RoundingMode#HALF_UP} rounding.
103 * with the rounding mode {@link RoundingMode#HALF_UP HALF_UP}. If the
148 * This is the same form as the one returned by the {@link #toString}
243 * {@link RoundingMode#UP},
244 * {@link RoundingMode#DOWN},
245 * {@link RoundingMode#CEILING}
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
linked_lists_double.sgml 15 which link to the previous and next elements in the list.
18 <link linkend="glib-Singly-Linked-lists">Singly-Linked Lists</link>
24 <link linkend="glib-Type-Conversion-Macros">Type Conversion Macros</link>,
28 List elements are allocated from the <link linkend="glib-Memory-Slices">slice
29 allocator</link>, which is more efficient than allocating elements
78 <link linkend="glib-Type-Conversion-Macros">Type Conversion Macros</link>.
79 @next: contains the link to the next element in the list
    [all...]
  /frameworks/base/core/java/android/app/
ApplicationErrorReport.java 38 * <li> {@link #TYPE_CRASH} application crash. Information about the crash
39 * is stored in {@link #crashInfo}.
40 * <li> {@link #TYPE_ANR} application not responding. Information about the
41 * ANR is stored in {@link #anrInfo}.
42 * <li> {@link #TYPE_NONE} uninitialized instance of {@link ApplicationErrorReport}.
77 * Type of this report. Can be one of {@link #TYPE_NONE},
78 * {@link #TYPE_CRASH}, {@link #TYPE_ANR}, or {@link #TYPE_BATTERY}
    [all...]
  /frameworks/base/core/java/android/content/
SharedPreferences.java 22 * Interface for accessing and modifying preference data returned by {@link
25 * Modifications to the preferences must go through an {@link Editor} object
44 * @param sharedPreferences The {@link SharedPreferences} that received
53 * Interface used for modifying values in a {@link SharedPreferences}
55 * back to the original {@link SharedPreferences} or persistent storage
56 * until you call {@link #commit}.
61 * {@link #commit} is called.
73 * {@link #commit} is called.
85 * {@link #commit} is called.
97 * {@link #commit} is called
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetFileDescriptor.java 38 * Length used with {@link #AssetFileDescriptor(ParcelFileDescriptor, long, long)}
39 * and {@link #getDeclaredLength} when a length has not been declared. This means
54 * {@link #UNKNOWN_LENGTH if it extends to the end of the file.
93 * {@link #UNKNOWN_LENGTH} if the asset extends to the end of the file.
94 * If the AssetFileDescriptor was constructed with {@link #UNKNOWN_LENGTH},
95 * this will use {@link ParcelFileDescriptor#getStatSize()
97 * returning that number if found or {@link #UNKNOWN_LENGTH} if it could
113 * {@link #UNKNOWN_LENGTH} if the length was not declared, meaning data
138 * will either return a full asset {@link AutoCloseInputStream}, or
139 * an underlying {@link ParcelFileDescriptor.AutoCloseInputStrea
    [all...]
  /frameworks/base/core/java/android/speech/srec/
WaveHeader.java 67 * one of {@link #FORMAT_PCM}, {@link #FORMAT_ULAW}, or {@link #FORMAT_ALAW}.
84 * one of {@link #FORMAT_PCM}, {@link #FORMAT_ULAW}, or {@link #FORMAT_ALAW}.
93 * one of {@link #FORMAT_PCM}, {@link #FORMAT_ULAW}, or {@link #FORMAT_ALAW}.
177 * @param in {@link java.io.InputStream} to read from
    [all...]
  /frameworks/base/core/java/android/widget/
MultiAutoCompleteTextView.java 40 * An editable text view, extending {@link AutoCompleteTextView}, that
44 * You must must provide a {@link Tokenizer} to distinguish the
97 * {@link Tokenizer#findTokenStart} to {@link #getSelectionEnd}
98 * if the length of that range meets or exceeds {@link #getThreshold}.
121 * {@link Tokenizer#findTokenStart} to {@link #getSelectionEnd}
122 * meets or exceeds {@link #getThreshold}.
185 * {@link Tokenizer#findTokenStart} to {@link #getSelectionEnd} by th
    [all...]
  /frameworks/base/core/res/res/values/
attrs_manifest.xml 101 <!-- A specific {@link android.R.attr#permission} name for read-only
102 access to a {@link android.content.ContentProvider}. See the
107 <!-- A specific {@link android.R.attr#permission} name for write
108 access to a {@link android.content.ContentProvider}. See the
113 <!-- If true, the {@link android.content.Context#grantUriPermission
118 sure to call {@link android.content.Context#revokeUriPermission
125 whether to grant the permission to an application requesting it. {@link
169 {@link android.R.styleable#AndroidManifestPermissionGroup permission-group} tag. -->
194 with {@link android.R.attr#versionName}. -->
199 significant version number is given by {@link android.R.attr#versionCode}. --
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 32 * {@link android.content.Context#getSystemService(String) Context.getSystemService(Context.WIFI_SERVICE)}.
48 * level, use {@link android.net.ConnectivityManager}.
72 * {@link android.content.Intent#getIntExtra(String,int)}.
89 * Wi-Fi is currently being disabled. The state will change to {@link #WIFI_STATE_DISABLED} if
104 * Wi-Fi is currently being enabled. The state will change to {@link #WIFI_STATE_ENABLED} if
140 * {@link android.content.Intent#getIntExtra(String,int)}.
161 * {@link #WIFI_AP_STATE_DISABLED} if it finishes successfully.
180 * {@link #WIFI_AP_STATE_ENABLED} if it finishes successfully.
223 * Retrieve it with {@link android.content.Intent#getBooleanExtra(String,boolean)}.
229 * in the form of a {@link android.net.NetworkInfo} object. If the new state i
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/parsers/
SAXParser.java 39 * Defines the API that wraps an {@link org.xml.sax.XMLReader}
41 * {@link org.xml.sax.Parser} interface, however this interface was
42 * replaced by the {@link org.xml.sax.XMLReader}. For ease
47 * {@link javax.xml.parsers.SAXParserFactory#newSAXParser()} method.
63 * given {@link org.xml.sax.HandlerBase} or the
64 * {@link org.xml.sax.helpers.DefaultHandler} are called.<p>
67 * can consider using the {@link org.xml.sax.helpers.ParserAdapter}
80 * Use {@link javax.xml.parsers.SAXParserFactory#newSAXParser()}.</p>
90 * {@link SAXParserFactory#newSAXParser()}.
94 * <p>The reset <code>SAXParser</code> is not guaranteed to have the same {@link Schema
    [all...]

Completed in 193 milliseconds

<<21222324252627282930>>