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

<<21222324252627282930>>

  /frameworks/base/docs/html/guide/tutorials/views/
hello-gallery.jd 3 parent.link=index.html
6 <p>A {@link android.widget.Gallery} is a View commonly used to display items in a horizontally scrolling list
49 that we care about is the position, so that we can pop up a {@link android.widget.Toast} message that
111 use our member Context to create a new {@link android.widget.ImageView}. We then define
117 <p>See {@link android.widget.ImageView.ScaleType}
129 <li>{@link android.widget.BaseAdapter}</li>
130 <li>{@link android.widget.Gallery}</li>
131 <li>{@link android.widget.ImageView}</li>
132 <li>{@link android.widget.Toast}</li>
hello-webview.jd 3 parent.link=index.html
6 <p>A {@link android.webkit.WebView} allows you to create your own web browser Activity. In this tutorial,
39 {@link android.webkit.WebSettings} object and enables JavaScript.
55 <p>We can load a page, but as soon as we click a link, the default Android web browser
57 override the {@link android.webkit.WebViewClient} to enable us to handle our own URL loading.</p>
96 <p>The condition uses a {@link android.view.KeyEvent} to check
110 <li>{@link android.webkit.WebView}</li>
111 <li>{@link android.webkit.WebViewClient}</li>
112 <li>{@link android.view.KeyEvent}</li>
  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 51 * @deprecated use {@link android.graphics.ImageFormat#NV16
58 * @deprecated use {@link android.graphics.ImageFormat#NV21
65 * @deprecated use {@link android.graphics.ImageFormat#YUY2
72 * @deprecated use {@link android.graphics.ImageFormat#JPEG
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 26 * it to a {@link android.graphics.drawable.ShapeDrawable}.
49 * Before calling this, you must call {@link #resize(float,float)}.
59 * Must be called before {@link #draw(Canvas,Paint)}.
89 * Callback method called when {@link #resize(float,float)} is executed.
  /frameworks/base/location/java/android/location/
LocationListener.java 25 * using the {@link LocationManager#requestLocationUpdates(String, long, float, LocationListener)}
46 * @param status {@link LocationProvider#OUT_OF_SERVICE} if the
48 * near future; {@link LocationProvider#TEMPORARILY_UNAVAILABLE} if
50 * shortly; and {@link LocationProvider#AVAILABLE} if the
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uvector.h 95 inline void link (const_pointer p, size_type n) { m_Data.link (p, n * sizeof(T)); }
96 inline void link (pointer p, size_type n) { m_Data.link (p, n * sizeof(T)); }
97 inline void link (const vector<T>& v) { m_Data.link (v); }
98 inline void link (vector<T>& v) { m_Data.link (v); }
99 inline void link (const_pointer first, const_pointer last) { m_Data.link (first, last);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
LayoutResult.java 24 * Implementation of {@link ILayoutResult}
34 * Creates a {@link #SUCCESS} {@link ILayoutResult} with the specified params
74 * Implementation of {@link ILayoutResult.ILayoutViewInfo}
  /frameworks/base/wifi/java/android/net/wifi/
package.html 7 link speed, IP address, negotiation state, and more, plus information about other
  /hardware/msm7k/libcamera/
Android.mk 4 # When zero we link against libqcamera; when 1, we dlopen libqcamera.
  /ndk/samples/hello-jni/tests/src/com/example/HelloJni/
HelloJniTest.java 7 * {@link android.test.ApplicationTestCase ApplicationTestCase} for more information on
  /ndk/samples/two-libs/tests/src/com/example/TwoLib/
TwoLibTest.java 7 * {@link android.test.ApplicationTestCase ApplicationTestCase} for more information on
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnEngine.java 70 * The result of conversion is set into the layer 2 in the {@link ComposingText}.
71 * To get other candidates of each clause, call {@link #makeCandidateListOf(int)}.
97 * After {@link #predict(ComposingText, int, int)} or {@link #makeCandidateListOf(int)} or
100 * frequency order for {@link #predict(ComposingText, int, int)} and
101 * {@link #makeCandidateListOf(int)}, in increasing character code order for
111 * @return {@code null} if no word is registered; the array of {@link WnnWord} if some words is registered.
182 * conversion({@link #convert(ComposingText)}).
183 * To get the elements of the list, call {@link #getNextCandidate()}.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/
i386linux.xr 1 /* Script for ld -r: link without relocation */
i386linux.xu 1 /* Script for ld -Ur: link w/out relocation, do create constructors */
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Client.java 36 * {@link ClientData} class. Each <code>Client</code> object has its own <code>ClientData</code>
37 * accessed through {@link #getClientData()}.
68 /** Client change bit mask: combination of {@link Client#CHANGE_NAME},
69 * {@link Client#CHANGE_DEBUGGER_STATUS}, and {@link Client#CHANGE_PORT}.
124 * @param chan the connected {@link SocketChannel}.
145 * Returns a string representation of the {@link Client} object.
153 * Returns the {@link IDevice} on which this Client is running.
159 /** Returns the {@link Device} on which this Client is running.
211 * Returns the {@link ClientData} object containing this client information
    [all...]
ClientData.java 36 * Contains the data of a {@link Client}.
72 * <p/>This happens right after a {@link Client} is discovered
73 * by the {@link AndroidDebugBridge}, and before the {@link Client} answered the query
78 /** Allocation tracking status: the {@link Client} is not tracking allocations. */
80 /** Allocation tracking status: the {@link Client} is tracking allocations. */
87 * <p/>This happens right after a {@link Client} is discovered
88 * by the {@link AndroidDebugBridge}, and before the {@link Client} answered the query
93 /** Method profiling status: the {@link Client} is not profiling method calls. *
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DocumentDescriptor.java 23 * {@link DocumentDescriptor} describes the properties expected for an XML document node.
25 * Compared to ElementDescriptor, {@link DocumentDescriptor} does not have XML name nor UI name,
36 * Constructs a new {@link DocumentDescriptor} based on its XML name and children list.
51 * @return A new {@link UiElementNode} linked to this descriptor.
ListAttributeDescriptor.java 29 * It is displayed by a {@link UiListAttributeNode}.
36 * Creates a new {@link ListAttributeDescriptor} which automatically gets its
45 * Creates a new {@link ListAttributeDescriptor} which uses the provided values.
58 * @return A new {@link UiListAttributeNode} linked to this descriptor.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/
ItemElementDescriptor.java 25 * {@link ItemElementDescriptor} is a special version of {@link ElementDescriptor} that
26 * uses a specialized {@link UiItemElementNode} for display.
31 * Constructs a new {@link ItemElementDescriptor} based on its XML name, UI name,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
OpenWizardAction.java 51 * The wizard dialog width, extracted from {@link NewWizardShortcutAction}
56 * The wizard dialog height, extracted from {@link NewWizardShortcutAction}
60 /** The wizard that was created by {@link #run(IAction)}. */
68 /** Returns the wizard that was created by {@link #run(IAction)}. */
73 /** Returns the result from {@link Dialog#open()}, available after
74 * the completion of {@link #run(IAction)}. */
96 * Most of this implementation is extracted from {@link NewWizardShortcutAction#run()}.
157 * Called by {@link #run(IAction)} to instantiate the actual wizard.
159 * @param action The action parameter from {@link #run(IAction)}.
  /frameworks/base/core/java/android/app/
SearchManager.java 45 * services are provided through methods in {@link android.app.Activity Activity}
46 * and the {@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH}
47 * {@link android.content.Intent Intent}.
50 * {@link android.content.Context#getSystemService
82 * {@link android.content.Intent#getStringExtra
90 * {@link android.content.Intent#getStringExtra
93 * This may be different from the value of {@link #QUERY}
95 * In that case, {@link #QUERY} will contain the value of
96 * {@link #SUGGEST_COLUMN_QUERY} for the suggestion, and
97 * {@link #USER_QUERY} will contain the string typed by th
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 56 #define STREAMSET 3 /* serialno and link set, but not to current link */
57 #define LINKSET 4 /* serialno and link set to current link */
201 /* finds each bitstream link one at a time using a bisection search
203 Recurses for each link so it can alloc the link storage after
348 static int _set_link_number(OggVorbis_File *vf,int link){
349 if(link != vf->current_link) _decode_clear(vf);
351 _seek_helper(vf,vf->offsets[link]);
591 int link=(vf->seekable?vf->current_link:0); local
672 int link,ret; local
1064 int i,link=vf->current_link; local
1099 int link; local
1154 int link=-1; local
1382 int link,ret; local
1432 int link=-1; local
1462 int link=-1; local
1502 int link=0; local
    [all...]
  /external/bluetooth/glib/tests/
queue-test.c 19 GList *link; local
57 link = links;
60 g_assert (list == link->data);
61 link = link->next;
69 link = links;
72 g_assert (list == link->data);
73 link = link->next;
578 GList *link = g_list_prepend (NULL, GINT_TO_POINTER (i)) local
588 GList *link = g_list_prepend (NULL, GINT_TO_POINTER (i)); local
598 GList *link = g_list_prepend (NULL, GINT_TO_POINTER (i)); local
669 GList *link; local
682 GList *link; local
702 GList *link; local
    [all...]
  /frameworks/base/docs/html/sdk/
android-2.2.jd 79 function toggleDiv(link) {
80 var toggleable = $(link).parent();
218 <li>New OpenGL ES 2.0 APIs in {@link android.opengl.GLES20 android.opengl.GLES20}.</li>
219 <li>New {@link android.opengl.ETC1}, {@link android.opengl.ETC1Util}, and {@link android.opengl.ETC1Util.ETC1Texture} classes and utility methods for using ETC1 for texture compression.</li>
220 <li>New {@link android.graphics.ImageFormat} class.</li>
221 <li>New {@link android.graphics.YuvImage YUV image format API} to enable compression from YUV to JPEG and manipulation of YUV data.</li>
227 <li>New APIs in {@link android.media.AudioManager android.media.AudioManager} for managing audio focus, transport control, transient loss of audio focus, ducking.</li>
228 <li>New broadcast intent for routing audio to SCO &mdash; {@link android.media.AudioManager#ACTION_SCO_AUDIO_STATE_CHANGED} with extras indicating new state.</li
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 57 * {@link #requestSync(android.accounts.Account, String, android.os.Bundle)}
64 * {@link #SYNC_EXTRAS_MANUAL}
88 * Setting this extra is the equivalent of setting both {@link #SYNC_EXTRAS_IGNORE_SETTINGS}
89 * and {@link #SYNC_EXTRAS_IGNORE_BACKOFF}
100 * ensure that {@link #setIsSyncable(android.accounts.Account, String, int)} has been
120 * <p>Compare with {@link #CURSOR_DIR_BASE_TYPE}.
135 * {@link #CURSOR_ITEM_BASE_TYPE} depending on whether there is
207 * Query the given URI, returning a {@link Cursor} over the result set.
271 * <li>content ({@link #SCHEME_CONTENT})</li>
272 * <li>android.resource ({@link #SCHEME_ANDROID_RESOURCE})</li
    [all...]

Completed in 823 milliseconds

<<21222324252627282930>>