Uses of Interface
android.text.util.Linkify.MatchFilter

Packages that use Linkify.MatchFilter
android.text.util   
 

Uses of Linkify.MatchFilter in android.text.util
 

Fields in android.text.util declared as Linkify.MatchFilter
static Linkify.MatchFilter Linkify.sPhoneNumberMatchFilter
           
static Linkify.MatchFilter Linkify.sUrlMatchFilter
           
 

Methods in android.text.util with parameters of type Linkify.MatchFilter
static boolean Linkify.addLinks(Spannable s, Pattern p, String scheme, Linkify.MatchFilter matchFilter, Linkify.TransformFilter transformFilter)
           
static void Linkify.addLinks(TextView text, Pattern p, String scheme, Linkify.MatchFilter matchFilter, Linkify.TransformFilter transformFilter)
           
 



Copyright © 2008-2012. All Rights Reserved.