HomeSort by relevance Sort by last modified time
    Searched full:linkify (Results 1 - 25 of 34) sorted by null

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/text/
_index.html 2 <dt><a href="Link.html">Linkify</a></dt>
4 href="../../../../../../../../../reference/android/text/util/Linkify.html"><code>Linkify</code>
  /cts/tests/tests/text/src/android/text/util/cts/
LinkifyTest.java 24 import android.text.util.Linkify;
25 import android.text.util.Linkify.MatchFilter;
26 import android.text.util.Linkify.TransformFilter;
34 * Test {@link Linkify}.
72 new Linkify();
77 // ones that look like gTLDs (and so are accepted by linkify)
87 + "j." + longGTLD + "a"); // not a valid URL (gtld too long), no linkify
89 assertTrue(Linkify.addLinks(spannable, Linkify.WEB_URLS));
97 assertTrue(Linkify.addLinks(spannable, Linkify.EMAIL_ADDRESSES))
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/util/
LinkifyTest.java 25 * LinkifyTest tests {@link Linkify}.
45 tv.setAutoLinkMask(Linkify.ALL);
57 tv.setAutoLinkMask(Linkify.ALL);
  /developers/build/prebuilts/gradle/TextLinkify/.google/
packaging.yaml 16 - android:android.text.util.Linkify
  /developers/samples/android/views/TextLinkify/
template-params.xml 51 <android>android.text.util.Linkify</android>
75 [android.text.util.Linkify][2].
82 [2]: http://developer.android.com/reference/android/text/util/Linkify.html
  /ndk/docs/tools/
ndk-markdown-substitutions.py 51 # Auto-linkify documentation
63 # Auto-linkify documentation
82 # Auto-linkify bug entries:
94 # Auto-linkify bug shortcuts like b/1000
105 # Auto-linkify patch entries.
113 # Auto-linkify anything
  /developers/build/prebuilts/gradle/TextLinkify/
README.md 17 [android.text.util.Linkify][2].
24 [2]: http://developer.android.com/reference/android/text/util/Linkify.html
  /developers/build/prebuilts/gradle/TextLinkify/Application/src/main/java/com/example/android/textlinkify/
MainActivity.java 39 * {@link android.text.util.Linkify}</li>
64 * .setAutoLinkMask(Linkify.ALL) before the text is set on the TextView.
66 * See android.text.util.Linkify for other options, for example only
  /developers/samples/android/views/TextLinkify/Application/src/main/java/com/example/android/textlinkify/
MainActivity.java 39 * {@link android.text.util.Linkify}</li>
64 * .setAutoLinkMask(Linkify.ALL) before the text is set on the TextView.
66 * See android.text.util.Linkify for other options, for example only
  /development/samples/browseable/TextLinkify/src/com.example.android.textlinkify/
MainActivity.java 39 * {@link android.text.util.Linkify}</li>
64 * .setAutoLinkMask(Linkify.ALL) before the text is set on the TextView.
66 * See android.text.util.Linkify for other options, for example only
  /external/chromium_org/tools/page_cycler/common/
report.html 86 function appendTableCol(tr, text, linkify) {
90 if (linkify) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 277 // Find any embedded URL's and linkify
283 // Find any embedded URL's and linkify
301 // Find any embedded phone numbers and linkify
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 73 import android.text.util.Linkify;
326 mTextView.setAutoLinkMask(Linkify.ALL);
331 assertEquals(Linkify.ALL, mTextView.getAutoLinkMask());
344 mTextView.setAutoLinkMask(Linkify.PHONE_NUMBERS);
349 assertEquals(Linkify.PHONE_NUMBERS, mTextView.getAutoLinkMask());
360 assertEquals(Linkify.WEB_URLS, getAutoLinkMask(R.id.autolink_web));
361 assertEquals(Linkify.EMAIL_ADDRESSES, getAutoLinkMask(R.id.autolink_email));
362 assertEquals(Linkify.PHONE_NUMBERS, getAutoLinkMask(R.id.autolink_phone));
363 assertEquals(Linkify.ALL, getAutoLinkMask(R.id.autolink_all));
364 assertEquals(Linkify.WEB_URLS | Linkify.EMAIL_ADDRESSES
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 13 import android.text.util.Linkify;
235 autoLinkPhoneNumbers = (mask & Linkify.PHONE_NUMBERS) != 0;
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 51 import android.text.util.Linkify;
    [all...]
  /frameworks/base/core/java/android/text/util/
Linkify.java 45 * Linkify take a piece of text and a regular expression and turns all of the
60 public class Linkify {
  /external/chromium_org/components/bookmarks/browser/
bookmark_node_data.cc 172 // auto-linkify at some point anyway.
  /packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java 406 * Tests the linkify section of event locations.
480 // Make sure the expected matches list of URLs is the same as that returned by linkify.
500 // removed by going through the spans returned by linkify.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Message.java 30 import android.text.util.Linkify;
719 Linkify.addLinks(spannable, Linkify.EMAIL_ADDRESSES);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
ElementsTreeOutline.js     [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view_delegate.h 100 // Returns ranges to linkify in the text returned by |LegalDocumentsText()|.
  /prebuilts/sdk/19/
android.jar 
  /system/media/camera/docs/
html.mako 123 # linkify tag names such as "android.x.y.z" into html anchors
metadata_helpers.py 867 Used to linkify entry names in HMTL, javadoc output.
899 # Don't linkify things ending in slash (urls, for example)
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java     [all...]

Completed in 5074 milliseconds

1 2