Home
last modified time | relevance | path

Searched refs:matchFilter (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/util/
H A DLinkify.java450 @Nullable String scheme, @Nullable MatchFilter matchFilter, in addLinks() argument
452 addLinks(text, pattern, scheme, null, matchFilter, transformFilter); in addLinks()
474 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) { in addLinks() argument
517 @Nullable String scheme, @Nullable MatchFilter matchFilter, in addLinks() argument
519 return addLinks(spannable, pattern, scheme, null, matchFilter, in addLinks()
543 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) { in addLinks() argument
568 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter, in addLinks() argument
596 if (matchFilter != null) { in addLinks()
597 allowed = matchFilter.acceptMatch(spannable, start, end); in addLinks()
650 MatchFilter matchFilter, TransformFilter transformFilter) { in gatherLinks() argument
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...