Searched defs:schemes (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/text/util/
H A DLinkifyCompat.java227 * start with one of the <code>schemes</code> given.
228 * @param schemes Array of schemes (eg <code>http://</code>) to check if the link found
236 @Nullable String defaultScheme, @Nullable String[] schemes,
240 boolean linksAdded = addLinks(spannable, pattern, defaultScheme, schemes, matchFilter,
290 * start with one of the <code>schemes</code> given.
291 * @param schemes Array of schemes (eg <code>http://</code>) to check if the link found
301 @Nullable String defaultScheme, @Nullable String[] schemes,
305 if (schemes
235 addLinks(@onNull TextView text, @NonNull Pattern pattern, @Nullable String defaultScheme, @Nullable String[] schemes, @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) argument
300 addLinks(@onNull Spannable spannable, @NonNull Pattern pattern, @Nullable String defaultScheme, @Nullable String[] schemes, @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) argument
377 gatherLinks(ArrayList<LinkSpec> links, Spannable s, Pattern pattern, String[] schemes, Linkify.MatchFilter matchFilter, Linkify.TransformFilter transformFilter) argument
[all...]
/frameworks/base/core/java/android/text/util/
H A DLinkify.java364 * start with one of the <code>schemes</code> given.
365 * @param schemes Array of schemes (eg <code>http://</code>) to check if the link found
373 @Nullable String defaultScheme, @Nullable String[] schemes,
377 boolean linksAdded = addLinks(spannable, pattern, defaultScheme, schemes, matchFilter,
427 * start with one of the <code>schemes</code> given.
428 * @param schemes Array of schemes (eg <code>http://</code>) to check if the link found
438 @Nullable String defaultScheme, @Nullable String[] schemes,
442 if (schemes
372 addLinks(@onNull TextView text, @NonNull Pattern pattern, @Nullable String defaultScheme, @Nullable String[] schemes, @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) argument
437 addLinks(@onNull Spannable spannable, @NonNull Pattern pattern, @Nullable String defaultScheme, @Nullable String[] schemes, @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) argument
510 gatherLinks(ArrayList<LinkSpec> links, Spannable s, Pattern pattern, String[] schemes, MatchFilter matchFilter, TransformFilter transformFilter) argument
[all...]

Completed in 81 milliseconds