Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/graphics/
DPathTest.java30 final Path.FillType defaultFillType = path.getFillType(); in testResetPreservesFillType()
31 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in testResetPreservesFillType()
/frameworks/base/graphics/java/android/graphics/
DPath.java84 final FillType fillType = getFillType(); in reset()
208 public enum FillType { enum in Path
229 FillType(int ni) { in FillType() method in Path.FillType
237 static final FillType[] sFillTypeArray = {
238 FillType.WINDING,
239 FillType.EVEN_ODD,
240 FillType.INVERSE_WINDING,
241 FillType.INVERSE_EVEN_ODD
250 public FillType getFillType() { in getFillType()
259 public void setFillType(FillType ft) { in setFillType()
[all …]
/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java26 import android.graphics.Path.FillType;
63 private FillType mFillType = FillType.WINDING;
536 private void setFillType(FillType fillType) { in setFillType()
546 private static int getWindingRule(FillType type) { in getWindingRule()
/frameworks/layoutlib/bridge/src/android/view/
DRectShadowPainter.java29 import android.graphics.Path.FillType;
82 path.setFillType(FillType.EVEN_ODD); in paintShadow()
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DPathPerfTest.java97 path.setFillType(Path.FillType.EVEN_ODD); in testGetSetFillType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSignalDrawable.java28 import android.graphics.Path.FillType;
250 mFullPath.setFillType(FillType.WINDING); in draw()
332 mCutPath.setFillType(FillType.WINDING); in draw()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DBatteryMeterDrawableBase.java30 import android.graphics.Path.FillType;
336 mShapePath.setFillType(FillType.WINDING); in draw()
/frameworks/base/libs/hwui/
DVectorDrawable.cpp132 SkPath::FillType ft = static_cast<SkPath::FillType>(properties.getFillType()); in getUpdatedPath()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFakeShadowDrawable.java245 mCornerShadowPath.setFillType(Path.FillType.EVEN_ODD); in buildShadowCorners()
/frameworks/support/v7/cardview/src/android/support/v7/widget/
DRoundRectDrawableWithShadow.java305 mCornerShadowPath.setFillType(Path.FillType.EVEN_ODD); in buildShadowCorners()
/frameworks/support/design/base/android/support/design/widget/
DShadowDrawableWrapper.java292 mCornerShadowPath.setFillType(Path.FillType.EVEN_ODD); in buildShadowCorners()
/frameworks/base/core/jni/android/graphics/
DPath.cpp505 SkPath::FillType ft = static_cast<SkPath::FillType>(ftHandle); in setFillType()
/frameworks/support/core-ui/java/android/support/v4/widget/
DCircularProgressDrawable.java720 mArrow.setFillType(android.graphics.Path.FillType.EVEN_ODD); in drawTriangle()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1226 mRenderPath.setFillType(fullPath.mFillRule == 0 ? Path.FillType.WINDING in drawPath()
1227 : Path.FillType.EVEN_ODD); in drawPath()
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java860 ringPath.setFillType(Path.FillType.EVEN_ODD);
/frameworks/base/config/
Dpreloaded-classes782 android.graphics.Path$FillType
Dcompiled-classes-phone1339 android.graphics.Path$FillType
Dboot-image-profile.txt21648 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;
21659 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V
50884 Landroid/graphics/Path$FillType;
/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/api/
Dcurrent.txt13453 method public android.graphics.Path.FillType getFillType();
13473 method public void setFillType(android.graphics.Path.FillType);
13487 public static final class Path.FillType extends java.lang.Enum {
13488 method public static android.graphics.Path.FillType valueOf(java.lang.String);
13489 method public static final android.graphics.Path.FillType[] values();
13490 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;
13491 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;
13492 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;
13493 enum_constant public static final android.graphics.Path.FillType WINDING;
Dtest-current.txt13542 method public android.graphics.Path.FillType getFillType();
13562 method public void setFillType(android.graphics.Path.FillType);
13576 public static final class Path.FillType extends java.lang.Enum {
13577 method public static android.graphics.Path.FillType valueOf(java.lang.String);
13578 method public static final android.graphics.Path.FillType[] values();
13579 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;
13580 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;
13581 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;
13582 enum_constant public static final android.graphics.Path.FillType WINDING;
Dsystem-current.txt14185 method public android.graphics.Path.FillType getFillType();
14205 method public void setFillType(android.graphics.Path.FillType);
14219 public static final class Path.FillType extends java.lang.Enum {
14220 method public static android.graphics.Path.FillType valueOf(java.lang.String);
14221 method public static final android.graphics.Path.FillType[] values();
14222 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;
14223 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;
14224 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;
14225 enum_constant public static final android.graphics.Path.FillType WINDING;