mirror of
https://github.com/github/codeql.git
synced 2026-02-28 21:03:50 +01:00
29 lines
1.0 KiB
Java
Generated
29 lines
1.0 KiB
Java
Generated
// Generated automatically from android.graphics.fonts.FontStyle for testing purposes
|
|
|
|
package android.graphics.fonts;
|
|
|
|
|
|
public class FontStyle
|
|
{
|
|
public FontStyle(){}
|
|
public FontStyle(int p0, int p1){}
|
|
public String toString(){ return null; }
|
|
public boolean equals(Object p0){ return false; }
|
|
public int getSlant(){ return 0; }
|
|
public int getWeight(){ return 0; }
|
|
public int hashCode(){ return 0; }
|
|
public static int FONT_SLANT_ITALIC = 0;
|
|
public static int FONT_SLANT_UPRIGHT = 0;
|
|
public static int FONT_WEIGHT_BLACK = 0;
|
|
public static int FONT_WEIGHT_BOLD = 0;
|
|
public static int FONT_WEIGHT_EXTRA_BOLD = 0;
|
|
public static int FONT_WEIGHT_EXTRA_LIGHT = 0;
|
|
public static int FONT_WEIGHT_LIGHT = 0;
|
|
public static int FONT_WEIGHT_MAX = 0;
|
|
public static int FONT_WEIGHT_MEDIUM = 0;
|
|
public static int FONT_WEIGHT_MIN = 0;
|
|
public static int FONT_WEIGHT_NORMAL = 0;
|
|
public static int FONT_WEIGHT_SEMI_BOLD = 0;
|
|
public static int FONT_WEIGHT_THIN = 0;
|
|
}
|