mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
14 lines
407 B
Java
Generated
14 lines
407 B
Java
Generated
// Generated automatically from android.text.style.CharacterStyle for testing purposes
|
|
|
|
package android.text.style;
|
|
|
|
import android.text.TextPaint;
|
|
|
|
abstract public class CharacterStyle
|
|
{
|
|
public CharacterStyle getUnderlying(){ return null; }
|
|
public CharacterStyle(){}
|
|
public abstract void updateDrawState(TextPaint p0);
|
|
public static CharacterStyle wrap(CharacterStyle p0){ return null; }
|
|
}
|