mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
18 lines
474 B
Java
Generated
18 lines
474 B
Java
Generated
// Generated automatically from android.text.Spannable for testing purposes
|
|
|
|
package android.text;
|
|
|
|
import android.text.Spanned;
|
|
|
|
public interface Spannable extends Spanned
|
|
{
|
|
static public class Factory
|
|
{
|
|
public Factory(){}
|
|
public Spannable newSpannable(CharSequence p0){ return null; }
|
|
public static Spannable.Factory getInstance(){ return null; }
|
|
}
|
|
void removeSpan(Object p0);
|
|
void setSpan(Object p0, int p1, int p2, int p3);
|
|
}
|