HomeSort by relevance Sort by last modified time
    Searched full:link (Results 401 - 425 of 18913) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLLinkElement09.html 6 <TITLE>NIST DOM HTML Test - LINK</TITLE>
7 <LINK CHARSET="Latin-1" TARGET="dynamic" HREF="./files/glossary.html" HREFLANG="en" MEDIA="screen" REL="Glossary" TYPE="text/html">
8 <LINK CHARSET="Latin-1" HREF="./files/style1.css" HREFLANG="en" MEDIA="screen" REV="stylesheet" TYPE="text/css">
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLLinkElement01.xhtml 7 <title>NIST DOM HTML Test - LINK</title>
8 <link charset="Latin-1" href="./files/glossary.html" hreflang="en" media="screen" rel="Glossary" type="text/html"/>
9 <link charset="Latin-1" href="./files/style1.css" hreflang="en" media="screen" rev="stylesheet" type="text/css"/>
HTMLLinkElement02.xhtml 7 <title>NIST DOM HTML Test - LINK</title>
8 <link charset="Latin-1" href="./files/glossary.html" hreflang="en" media="screen" rel="Glossary" type="text/html"/>
9 <link charset="Latin-1" href="./files/style1.css" hreflang="en" media="screen" rev="stylesheet" type="text/css"/>
HTMLLinkElement03.xhtml 7 <title>NIST DOM HTML Test - LINK</title>
8 <link charset="Latin-1" href="./files/glossary.html" hreflang="en" media="screen" rel="Glossary" type="text/html"/>
9 <link charset="Latin-1" href="./files/style1.css" hreflang="en" media="screen" rev="stylesheet" type="text/css"/>
HTMLLinkElement04.xhtml 7 <title>NIST DOM HTML Test - LINK</title>
8 <link charset="Latin-1" href="./files/glossary.html" hreflang="en" media="screen" rel="Glossary" type="text/html"/>
9 <link charset="Latin-1" href="./files/style1.css" hreflang="en" media="screen" rev="stylesheet" type="text/css"/>
HTMLLinkElement05.xhtml 7 <title>NIST DOM HTML Test - LINK</title>
8 <link charset="Latin-1" href="./files/glossary.html" hreflang="en" media="screen" rel="Glossary" type="text/html"/>
9 <link charset="Latin-1" href="./files/style1.css" hreflang="en" media="screen" rev="stylesheet" type="text/css"/>
HTMLLinkElement06.xhtml 7 <title>NIST DOM HTML Test - LINK</title>
8 <link charset="Latin-1" href="./files/glossary.html" hreflang="en" media="screen" rel="Glossary" type="text/html"/>
9 <link charset="Latin-1" href="./files/style1.css" hreflang="en" media="screen" rev="stylesheet" type="text/css"/>
HTMLLinkElement07.xhtml 7 <title>NIST DOM HTML Test - LINK</title>
8 <link charset="Latin-1" href="./files/glossary.html" hreflang="en" media="screen" rel="Glossary" type="text/html"/>
9 <link charset="Latin-1" href="./files/style1.css" hreflang="en" media="screen" rev="stylesheet" type="text/css"/>
HTMLLinkElement08.xhtml 7 <title>NIST DOM HTML Test - LINK</title>
8 <link charset="Latin-1" href="./files/glossary.html" hreflang="en" media="screen" rel="Glossary" type="text/html"/>
9 <link charset="Latin-1" href="./files/style1.css" hreflang="en" media="screen" rev="stylesheet" type="text/css"/>
HTMLLinkElement09.xhtml 7 <title>NIST DOM HTML Test - LINK</title>
8 <link charset="Latin-1" target="dynamic" href="./files/glossary.html" hreflang="en" media="screen" rel="Glossary" type="text/html"/>
9 <link charset="Latin-1" href="./files/style1.css" hreflang="en" media="screen" rev="stylesheet" type="text/css"/>
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
prefetch-onerror.html 18 <p>This tests that onerror events can be attached to link elements with rel=prefetch. Since prefetch links are just there as a performance optimization, the onerror/onload event is their only programatic side-effect.</p>
20 <link href="prefetch-noexisty.link" rel="prefetch" onload="testFailed('onload event should not occur')" onerror="done()">
prefetch-onload.html 23 <p>This tests that onload events can be attached to link elements with rel=prefetch. Since prefetch links are just there as a performance optimization, the onload event is their only programatic side-effect.</p>
25 <link href="prefetch.link" rel="prefetch" onload="done()" >
  /external/webkit/LayoutTests/fast/encoding/
css-link-charset.html 4 <link rel="stylesheet" type="text/css" href="css-link-charset.css" charset="utf-8">
7 <p>Test to see if the charset property in a link works properly.</p>
  /frameworks/base/core/java/android/hardware/usb/
package.html 10 <p>Use {@link android.hardware.usb.UsbManager} to access the state of the USB and to
11 communicate with connected hardware peripherals. Use {@link android.hardware.usb.UsbDevice} to
13 Use {@link android.hardware.usb.UsbAccessory} if the peripheral is acting as the USB host.</p>
  /frameworks/base/core/java/android/net/
LinkSocketNotifier.java 22 * Interface used to get feedback about a {@link android.net.LinkSocket}. Instance is optionally
28 * This callback function will be called if a better link
37 * @return {@code true} if the application intends to use this link
42 * When a new link becomes available, automatically check if any of the LinkSockets
44 * If found, grab a refcount on the link so it doesn't go away and send notification
52 * an active link.
53 * @param socket the LinkSocket that lost its link
57 * CS checks the table for LS on that link
65 * a suitable new link.
66 * @param socket the LinkSocket for which a new link was not foun
    [all...]
  /frameworks/base/core/java/android/text/
AndroidCharacter.java 44 * will be one of {@link #EAST_ASIAN_WIDTH_NEUTRAL},
45 * {@link #EAST_ASIAN_WIDTH_AMBIGUOUS}, {@link #EAST_ASIAN_WIDTH_HALF_WIDTH},
46 * {@link #EAST_ASIAN_WIDTH_FULL_WIDTH}, {@link #EAST_ASIAN_WIDTH_NARROW},
47 * or {@link #EAST_ASIAN_WIDTH_WIDE}.
59 * in <code>dest</code> will be one of {@link #EAST_ASIAN_WIDTH_NEUTRAL},
60 * {@link #EAST_ASIAN_WIDTH_AMBIGUOUS}, {@link #EAST_ASIAN_WIDTH_HALF_WIDTH},
61 * {@link #EAST_ASIAN_WIDTH_FULL_WIDTH}, {@link #EAST_ASIAN_WIDTH_NARROW}
    [all...]
  /frameworks/base/core/java/android/text/style/
ImageSpan.java 37 * @deprecated Use {@link #ImageSpan(Context, Bitmap)} instead.
45 * @deprecated Use {@link #ImageSpan(Context, Bitmap, int) instead.
57 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
58 * {@link DynamicDrawableSpan#ALIGN_BASELINE}.
76 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
77 * {@link DynamicDrawableSpan#ALIGN_BASELINE}.
89 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
90 * {@link DynamicDrawableSpan#ALIGN_BASELINE}.
103 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
104 * {@link DynamicDrawableSpan#ALIGN_BASELINE}
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/controls/
checkbox.jd 14 <li>{@link android.widget.CheckBox}</li>
24 <p>To create each checkbox option, create a {@link android.widget.CheckBox} in your layout. Because
30 <p>When the user selects a checkbox, the {@link android.widget.CheckBox} object receives an
37 to a click event. The {@link android.app.Activity} hosting the layout must then implement the
40 <p>For example, here are a couple {@link android.widget.CheckBox} objects in a list:</p>
61 <p>Within the {@link android.app.Activity} that hosts this layout, the following method handles the
88 <p>The method you declare in the {@link android.R.attr#onClick android:onClick} attribute
93 <li>Define a {@link android.view.View} as its only parameter (this will be the {@link
98 yourself (such as when loading a saved {@link android.preference.CheckBoxPreference})
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ViewIdGenerator.java 28 * A class that provides unique view ids for {@link ContentEditorView}, {@link KindSectionView},
29 * {@link LabeledEditorView} and {@link EditView} on {@link EditContactActivity}.
30 * It is used to assign a unique but consistent id to each view across {@link EditContactActivity}'s
44 * Used as a map from the "key" of the views to actual ids. {@link #getId()} generates keys for
65 * @param entity {@link RawContactDelta} associated with the view
66 * @param kind {@link DataKind} associated with the view, or null if none exists.
67 * @param values {@link ValuesDelta} associated with the view, or null if none exists
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Fetchable.java 20 * Interface for classes that can be added to {@link FetchProfile}.
21 * i.e. {@link Part} and its subclasses, and {@link FetchProfile.Item}.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysPanel.java 24 * Add the {@link MoreKeysPanel} to the target view.
30 * Remove the current {@link MoreKeysPanel} from the target view.
41 * Initializes the layout and event handling of this {@link MoreKeysPanel} and calls the
44 * @param parentView the parent view of this {@link MoreKeysPanel}
45 * @param controller the controller that can dismiss this {@link MoreKeysPanel}
46 * @param pointX x coordinate of this {@link MoreKeysPanel}
47 * @param pointY y coordinate of this {@link MoreKeysPanel}
49 * {@link MoreKeysPanel}.
94 * {@link MoreKeysPanel}.
97 * @return the local X-coordinate to this {@link MoreKeysPanel
    [all...]
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 35 * {@link Voicemails} class.
39 * accessing this table are defined by the {@link Status} class.
44 * {@link Manifest.permission#ADD_VOICEMAIL}
49 * application should always set the {@link #PARAM_KEY_SOURCE_PACKAGE} in the
52 * <P>In addition to the {@link ContentObserver} notifications the voicemail
57 * <li> {@link #ACTION_NEW_VOICEMAIL} is generated for each new voicemail
60 * <li> {@link Intent#ACTION_PROVIDER_CHANGED} is generated for any change
88 * the application should also set {@link Voicemails#HAS_CONTENT} to 1;
94 * Extra included in {@link Intent#ACTION_PROVIDER_CHANGED} broadcast intents to indicate if the
144 * <P> Possible values: {@link #STATE_INBOX}, {@link #STATE_DELETED}
    [all...]
  /frameworks/base/docs/html/tools/extras/
support-library.jd 58 <li>Added {@link android.support.v4.widget.DrawerLayout} for creating a
61 <li>Added {@link android.support.v4.widget.SlidingPaneLayout} widget for creating linked
63 <li>Added {@link android.support.v4.app.ActionBarDrawerToggle} as a way to tie
64 together the functions of {@link android.support.v4.widget.DrawerLayout} and {@link
66 <li>Added {@link android.support.v4.widget.ViewDragHelper} as a new common component
68 <li>Added {@link android.support.v4.widget.ScrollerCompat} to provide {@link
69 android.widget.Scroller} and {@link android.widget.OverScroller} compatibility support.
71 <li>Added {@link android.support.v4.content.FileProvider} to allow sharing of privat
    [all...]
  /frameworks/base/docs/html/training/displaying-bitmaps/
process-bitmap.jd 3 parent.link=index.html
36 <p>The {@link
48 {@link android.os.AsyncTask} and shows you how to handle concurrency issues.</p>
52 <p>The {@link android.os.AsyncTask} class provides an easy way to execute some work in a background
54 provided methods. Here?s an example of loading a large image into an {@link
55 android.widget.ImageView} using {@link android.os.AsyncTask} and <a
90 <p>The {@link java.lang.ref.WeakReference} to the {@link android.widget.ImageView} ensures that the
91 {@link android.os.AsyncTask} does not prevent the {@link android.widget.ImageView} and anything i
    [all...]
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java 168 for (PhysicsBoneLink link : boneLinks.values()) {
173 Vector3f p = link.rigidBody.getMotionState().getWorldLocation();
178 Quaternion q = link.rigidBody.getMotionState().getWorldRotationQuat();
182 tmpRot1.set(q).multLocal(link.initalWorldRotation);
187 if (link.bone.getParent() == null) {
190 modelPosition.set(p).subtractLocal(link.bone.getWorldBindPosition());
192 modelRotation.set(q).multLocal(tmpRot2.set(link.bone.getWorldBindRotation()).inverseLocal());
201 link.bone.setUserTransformsWorld(position, tmpRot1);
207 link.bone.setUserTransformsWorld(position, tmpRot1);
211 RagdollUtils.setTransform(link.bone, position, tmpRot1, false, boneList)
377 PhysicsBoneLink link = new PhysicsBoneLink(); local
411 boneLinks.put(bone.getName(), link); local
434 PhysicsBoneLink link = boneLinks.get(boneName); local
449 PhysicsBoneLink link = boneLinks.get(boneName); local
638 PhysicsBoneLink link = (PhysicsBoneLink) objA.getUserObject(); local
647 PhysicsBoneLink link = (PhysicsBoneLink) objB.getUserObject(); local
835 PhysicsBoneLink link = boneLinks.get(boneName); local
849 PhysicsBoneLink link = boneLinks.get(boneName); local
861 PhysicsBoneLink link = boneLinks.get(boneName); local
    [all...]

Completed in 1567 milliseconds

<<11121314151617181920>>