/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | PathTest.java | 30 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/ |
D | Path.java | 84 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/ |
D | Path_Delegate.java | 26 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/ |
D | RectShadowPainter.java | 29 import android.graphics.Path.FillType; 82 path.setFillType(FillType.EVEN_ODD); in paintShadow()
|
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
D | PathPerfTest.java | 97 path.setFillType(Path.FillType.EVEN_ODD); in testGetSetFillType()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SignalDrawable.java | 28 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/ |
D | BatteryMeterDrawableBase.java | 30 import android.graphics.Path.FillType; 336 mShapePath.setFillType(FillType.WINDING); in draw()
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 132 SkPath::FillType ft = static_cast<SkPath::FillType>(properties.getFillType()); in getUpdatedPath()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | FakeShadowDrawable.java | 245 mCornerShadowPath.setFillType(Path.FillType.EVEN_ODD); in buildShadowCorners()
|
/frameworks/support/v7/cardview/src/android/support/v7/widget/ |
D | RoundRectDrawableWithShadow.java | 305 mCornerShadowPath.setFillType(Path.FillType.EVEN_ODD); in buildShadowCorners()
|
/frameworks/support/design/base/android/support/design/widget/ |
D | ShadowDrawableWrapper.java | 292 mCornerShadowPath.setFillType(Path.FillType.EVEN_ODD); in buildShadowCorners()
|
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 505 SkPath::FillType ft = static_cast<SkPath::FillType>(ftHandle); in setFillType()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | CircularProgressDrawable.java | 720 mArrow.setFillType(android.graphics.Path.FillType.EVEN_ODD); in drawTriangle()
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCompat.java | 1226 mRenderPath.setFillType(fullPath.mFillRule == 0 ? Path.FillType.WINDING in drawPath() 1227 : Path.FillType.EVEN_ODD); in drawPath()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 860 ringPath.setFillType(Path.FillType.EVEN_ODD);
|
/frameworks/base/config/ |
D | preloaded-classes | 782 android.graphics.Path$FillType
|
D | compiled-classes-phone | 1339 android.graphics.Path$FillType
|
D | boot-image-profile.txt | 21648 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/ |
D | android-22.txt | 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;
|
/frameworks/base/api/ |
D | current.txt | 13453 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;
|
D | test-current.txt | 13542 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;
|
D | system-current.txt | 14185 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;
|