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

/frameworks/base/core/java/android/text/util/
H A DLinkify.java115 public static final MatchFilter sUrlMatchFilter = new MatchFilter() {
133 public static final MatchFilter sPhoneNumberMatchFilter = new MatchFilter() {
163 * MatchFilter enables client code to have more control over
170 * might also include a MatchFilter that disallows the match if it is
173 public interface MatchFilter { interface in class:Linkify
349 @Nullable String scheme, @Nullable MatchFilter matchFilter,
373 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) {
414 @Nullable String scheme, @Nullable MatchFilter matchFilte
[all...]

Completed in 82 milliseconds