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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/view/
SurfaceHolder.java 30 * through the {@link SurfaceView} class.
33 * its {@link SurfaceView}, you will want to carefully read the
34 * {@link #lockCanvas} and {@link Callback#surfaceCreated Callback.surfaceCreated}.
63 * Exception that is thrown from {@link #lockCanvas} when called on a Surface
77 * changes to the surface. When used with a {@link SurfaceView}, the
79 * {@link #surfaceCreated(SurfaceHolder)} and
80 * {@link #surfaceDestroyed(SurfaceHolder). The Callback is set with
81 * {@link SurfaceHolder#addCallback SurfaceHolder.addCallback} method.
88 * a {@link Surface}, so you should not draw into the Surface her
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 69 * <td> {@link #getYear()} + {@link #getEon()} or<br/>
70 * {@link #getEonAndYear}
73 * or {@link DatatypeConstants#FIELD_UNDEFINED}.<br/>
74 * {@link #getEon()} is high order year value in billion of years.<br/>
88 * <td> {@link #getMonth()} </td>
89 * <td> 1 to 12 or {@link DatatypeConstants#FIELD_UNDEFINED} </td>
94 * <td> {@link #getDay()} </td>
95 * <td> Independent of month, max range is 1 to 31 or {@link DatatypeConstants#FIELD_UNDEFINED}.<br/>
102 * <td>{@link #getHour()}</td
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/notifiers/
toasts.jd 3 parent.link=index.html
10 <li>{@link android.widget.Toast}</li>
31 <p>A toast can be created and displayed from an {@link android.app.Activity} or
32 {@link android.app.Service}. If you create a toast notification from a Service, it
41 <p>First, instantiate a {@link android.widget.Toast}
42 object with one of the {@link android.widget.Toast#makeText(Context,int,int) makeText()} methods.
43 This method takes three parameters: the application {@link android.content.Context},
45 object. You can display the toast notification with {@link android.widget.Toast#show()},
69 You can change this position with the {@link android.widget.Toast#setGravity(int,int,int)}
70 method. This accepts three parameters: a {@link android.view.Gravity} constant,
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 44 * This event makes {@link OpenWnn} to display conversion candidates from {@link ComposingText}.
51 * This event makes {@link OpenWnn} to display prediction candidates from {@link ComposingText}.
105 * If the event is not processed in {@link OpenWnn}, the event is thrown to the IME's client.
133 /** Default (use both of the letterConverter and the {@link WnnEngine}) */
135 /** Direct input (not use the letterConverter and the {@link WnnEngine}) */
137 /** Do not use the {@link LetterConverter} */
139 /** Do not use the {@link WnnEngine} */
247 * Generate {@link OpenWnnEvent
    [all...]
  /external/guava/src/com/google/common/io/
CharStreams.java 43 * {@code Readable & Closeable}. A {@link java.io.Reader} implements both of
45 * {@link java.io.Writer}.
57 * Returns a factory that will supply instances of {@link StringReader} that
73 * Returns a factory that will supply instances of {@link InputStreamReader},
74 * using the given {@link InputStream} factory and character set.
92 * Returns a factory that will supply instances of {@link OutputStreamWriter},
93 * using the given {@link OutputStream} factory and character set.
132 * Opens {@link Readable} and {@link Appendable} objects from the
161 * Opens a {@link Readable} object from the supplier, copies all character
    [all...]
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 24 * outputs the results using writer of type {@link PerformanceResultsWriter}.
26 * {@link #beginSnapshot(String)} and {@link #endSnapshot()} functions collect
31 * {@link #startTiming(String)} and {@link #stopTiming(String)} functions
36 * {@link #addIteration(String)} inserts intermediate measurement point which
55 * {@link PerformanceResultsWriter }.
101 * {@link PerformanceCollector#stopTiming(String)} for reporting the
113 * {@link PerformanceCollector#addMeasurement(String, long)} for
123 * {@link PerformanceCollector#addMeasurement(String, float)} fo
    [all...]
  /build/tools/droiddoc/templates/
docpage.cs 12 <?cs if:parent.link ?>
13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a> >
27 <?cs if:parent.link ?>
28 <p><a href="<?cs var:parent.link ?>">&larr; Back to <?cs var:parent.title ?></a></p>
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
RejectedExecutionHandler.java 10 * A handler for tasks that cannot be executed by a {@link ThreadPoolExecutor}.
18 * Method that may be invoked by a {@link ThreadPoolExecutor} when
19 * {@link ThreadPoolExecutor#execute execute} cannot accept a
25 * an unchecked {@link RejectedExecutionException}, which will be
  /dalvik/libcore/luni/src/main/java/java/lang/
package.html 5 {@link java.lang.Object}, the ultimate ancestor of all classes,
  /dalvik/libcore/sql/src/test/java/tests/javax/sql/
PooledConnectionTest.java 16 * @tests {@link javax.sql.PooledConnection#addConnectionEventListener(javax.sql.ConnectionEventListener)}
29 * @tests {@link javax.sql.PooledConnection#close()}
42 * @tests {@link javax.sql.PooledConnection#getConnection()}
56 * @tests {@link javax.sql.PooledConnection#removeConnectionEventListener(ConnectionEventListener)}
RowSetInternalTest.java 17 * @tests {@link javax.sql.RowSetInternal#getConnection()}
30 * @tests {@link javax.sql.RowSetInternal#getOriginal()}
43 * @tests {@link javax.sql.RowSetInternal#getOriginalRow()}
66 * @tests {@link javax.sql.RowSetInternal#setMetaData(javax.sql.RowSetMetaData)}
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
package.html 6 {@link javax.xml.parsers.DocumentBuilder} are accessed and manipulated
  /external/iproute2/ip/
link_veth.c 22 printf("Usage: ip link <options> type veth "
24 "'ip link add help'\n");
30 char *name, *type, *link, *dev; local
45 &name, &type, &link, &dev);
  /external/iproute2/testsuite/iproute2/
Makefile 9 link:
14 configure: link
19 clean: link
29 show: link
  /external/webkit/WebCore/manual-tests/
go-back-after-alert.html 5 <a href="resources/alert-and-go-back.html">Click this link to run the test.</a>
  /frameworks/base/core/java/android/appwidget/
package.html 16 to have a {@link android.content.BroadcastReceiver} that receives the {@link
19 {@link android.appwidget.AppWidgetProvider} class, which extends BroadcastReceiver, as a convenience
29 {@link android.appwidget.AppWidgetHost AppWidgetHost} class.</p>
  /frameworks/base/core/java/android/content/pm/
ConfigurationInfo.java 30 * One of: {@link android.content.res.Configuration#TOUCHSCREEN_NOTOUCH},
31 * {@link android.content.res.Configuration#TOUCHSCREEN_STYLUS},
32 * {@link android.content.res.Configuration#TOUCHSCREEN_FINGER}.
38 * One of: {@link android.content.res.Configuration#KEYBOARD_UNDEFINED},
39 * {@link android.content.res.Configuration#KEYBOARD_NOKEYS},
40 * {@link android.content.res.Configuration#KEYBOARD_QWERTY},
41 * {@link android.content.res.Configuration#KEYBOARD_12KEY}
47 * one of: {@link android.content.res.Configuration#NAVIGATION_UNDEFINED},
48 * {@link android.content.res.Configuration#NAVIGATION_DPAD},
49 * {@link android.content.res.Configuration#NAVIGATION_TRACKBALL}
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
package.html 6 {@link android.inputmethodservice.InputMethodService}.
  /frameworks/base/core/java/android/net/
INetworkManagementEventObserver.aidl 26 * Interface link status has changed.
29 * @param link True if link is up.
31 void interfaceLinkStatusChanged(String iface, boolean link);
  /frameworks/base/docs/html/guide/topics/manifest/
uses-library-element.jd 17 All of the {@code android} packages (such as {@link android.app},
18 {@link android.content}, {@link android.view}, and {@link android.widget})
  /frameworks/base/docs/html/guide/topics/sensors/
accelerometer.jd 3 parent.link=index.html
compass.jd 3 parent.link=index.html
  /frameworks/base/docs/html/guide/topics/wireless/
wifi.jd 3 parent.link=index.html
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeAssetManager.java 24 * This initializes the static field {@link AssetManager#mSystem} which is used
25 * by methods who get a global asset manager using {@link AssetManager#getSystem()}.
29 * {@link Bridge} calls this method after setting up a new bridge.
42 * Clears the static {@link AssetManager#sSystem} to make sure we don't leave objects
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.mk 4 # library files to link with when building

Completed in 80 milliseconds

1 2 3 4 5 6 78 91011>>