Home
last modified time | relevance | path

Searched refs:FillType (Results 1 – 19 of 19) 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/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java26 import android.graphics.Path.FillType;
63 private FillType mFillType = FillType.WINDING;
533 private void setFillType(FillType fillType) { in setFillType()
543 private static int getWindingRule(FillType type) { in getWindingRule()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSignalDrawable.java29 import android.graphics.Path.FillType;
219 mFullPath.setFillType(FillType.WINDING); in draw()
261 mCutPath.setFillType(FillType.WINDING); in draw()
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DPathPerfTest.java97 path.setFillType(Path.FillType.EVEN_ODD); in testGetSetFillType()
/frameworks/base/libs/hwui/
DVectorDrawable.cpp131 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/
DMaterialProgressDrawable.java554 mArrow.setFillType(android.graphics.Path.FillType.EVEN_ODD); in drawTriangle()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1224 mRenderPath.setFillType(fullPath.mFillRule == 0 ? Path.FillType.WINDING in drawPath()
1225 : Path.FillType.EVEN_ODD); in drawPath()
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java860 ringPath.setFillType(Path.FillType.EVEN_ODD);
/frameworks/base/
Dpreloaded-classes78 [Landroid.graphics.Path$FillType;
1006 android.graphics.Path$FillType
Dcompiled-classes-phone1321 android.graphics.Path$FillType
/frameworks/base/services/
Dprofile-classes889 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.txt13376 method public android.graphics.Path.FillType getFillType();
13396 method public void setFillType(android.graphics.Path.FillType);
13410 public static final class Path.FillType extends java.lang.Enum {
13411 method public static android.graphics.Path.FillType valueOf(java.lang.String);
13412 method public static final android.graphics.Path.FillType[] values();
13413 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;
13414 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;
13415 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;
13416 enum_constant public static final android.graphics.Path.FillType WINDING;
Dsystem-current.txt14156 method public android.graphics.Path.FillType getFillType();
14176 method public void setFillType(android.graphics.Path.FillType);
14190 public static final class Path.FillType extends java.lang.Enum {
14191 method public static android.graphics.Path.FillType valueOf(java.lang.String);
14192 method public static final android.graphics.Path.FillType[] values();
14193 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;
14194 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;
14195 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;
14196 enum_constant public static final android.graphics.Path.FillType WINDING;