Home
last modified time | relevance | path

Searched refs:FillType (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/
DPathTest.java29 final Path.FillType defaultFillType = path.getFillType(); in testResetPreservesFillType()
30 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in testResetPreservesFillType()
/frameworks/base/graphics/java/android/graphics/
DPath.java97 final FillType fillType = getFillType(); in reset()
227 public enum FillType { enum in Path
248 FillType(int ni) { in FillType() method in Path.FillType
256 static final FillType[] sFillTypeArray = {
257 FillType.WINDING,
258 FillType.EVEN_ODD,
259 FillType.INVERSE_WINDING,
260 FillType.INVERSE_EVEN_ODD
270 public FillType getFillType() { in getFillType()
279 public void setFillType(@NonNull FillType ft) { in setFillType()
[all …]
/frameworks/layoutlib/bridge/src/android/view/
DRectShadowPainter.java31 import android.graphics.Path.FillType;
92 path.setFillType(FillType.EVEN_ODD); in paintShadow()
/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java26 import android.graphics.Path.FillType;
67 private FillType mFillType = FillType.WINDING;
546 private void setFillType(FillType fillType) { in setFillType()
556 private static int getWindingRule(FillType type) { in getWindingRule()
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DPathPerfTest.java98 path.setFillType(Path.FillType.EVEN_ODD); in testGetSetFillType()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DSignalDrawable.java29 import android.graphics.Path.FillType;
200 mCutoutPath.setFillType(FillType.WINDING); in draw()
DBatteryMeterDrawableBase.java30 import android.graphics.Path.FillType;
355 mShapePath.setFillType(FillType.WINDING); in draw()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java35 import android.graphics.Path.FillType;
1148 mRenderPath.setFillType(FillType.WINDING); in drawPath()
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java1041 ringPath.setFillType(Path.FillType.EVEN_ODD);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11147 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;
/frameworks/base/boot/
Dpreloaded-classes1922 android.graphics.Path$FillType
Dboot-image-profile.txt6896 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;
6909 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V
24860 Landroid/graphics/Path$FillType;
36390 [Landroid/graphics/Path$FillType;
/frameworks/base/core/api/
Dcurrent.txt15789 method @NonNull public android.graphics.Path.FillType getFillType();
15809 method public void setFillType(@NonNull android.graphics.Path.FillType);
15821 public enum Path.FillType {
15822 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;
15823 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;
15824 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;
15825 enum_constant public static final android.graphics.Path.FillType WINDING;
/frameworks/base/config/
Dpreloaded-classes1921 android.graphics.Path$FillType
Dboot-image-profile.txt6894 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;
6907 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V
34497 Landroid/graphics/Path$FillType;
48569 [Landroid/graphics/Path$FillType;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21053 Landroid/graphics/Path$FillType;->nativeInt:I
21097 Landroid/graphics/Path;->sFillTypeArray:[Landroid/graphics/Path$FillType;