Searched refs:FillType (Results 1 – 14 of 14) sorted by relevance
80 final FillType fillType = getFillType(); in reset()200 public enum FillType { enum in Path221 FillType(int ni) { in FillType() method in Path.FillType229 static final FillType[] sFillTypeArray = {230 FillType.WINDING,231 FillType.EVEN_ODD,232 FillType.INVERSE_WINDING,233 FillType.INVERSE_EVEN_ODD243 public FillType getFillType() { in getFillType()252 public void setFillType(@NonNull FillType ft) { in setFillType()[all …]
98 path.setFillType(Path.FillType.EVEN_ODD); in testGetSetFillType()
29 import android.graphics.Path.FillType;214 mCutoutPath.setFillType(FillType.WINDING); in draw()
29 import android.graphics.Path.FillType;356 mShapePath.setFillType(FillType.WINDING); in draw()
276 mPath.setFillType(Path.FillType.INVERSE_EVEN_ODD); in onDraw()
1050 ringPath.setFillType(Path.FillType.EVEN_ODD);
2285 android.graphics.Path$FillType14130 [Landroid.graphics.Path$FillType;
6545 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;6558 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V24670 Landroid/graphics/Path$FillType;36577 [Landroid/graphics/Path$FillType;
2289 android.graphics.Path$FillType17153 [Landroid.graphics.Path$FillType;
6548 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;6561 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V34804 Landroid/graphics/Path$FillType;49744 [Landroid/graphics/Path$FillType;
11147 method public android.graphics.Path.FillType getFillType();11167 method public void setFillType(android.graphics.Path.FillType);11181 public static final class Path.FillType extends java.lang.Enum {11182 method public static android.graphics.Path.FillType valueOf(java.lang.String);11183 method public static final android.graphics.Path.FillType[] values();11184 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;11185 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;11186 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;11187 enum_constant public static final android.graphics.Path.FillType WINDING;
16726 method @NonNull public android.graphics.Path.FillType getFillType();16751 method public void setFillType(@NonNull android.graphics.Path.FillType);16763 public enum Path.FillType {16764 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;16765 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;16766 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;16767 enum_constant public static final android.graphics.Path.FillType WINDING;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18175 Landroid/graphics/Path$FillType;->nativeInt:I18219 Landroid/graphics/Path;->sFillTypeArray:[Landroid/graphics/Path$FillType;