/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | PathTest.java | 30 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in testResetPreservesFillType() local 33 assertFalse(fillType.equals(defaultFillType)); in testResetPreservesFillType() 35 path.setFillType(fillType); in testResetPreservesFillType() 37 assertEquals(path.getFillType(), fillType); in testResetPreservesFillType() local
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.h | 219 int fillType = 0; /* non-zero or kWinding_FillType in Skia */ member 280 float getFillType() const { return mPrimitiveFields.fillType; } in getFillType() 285 int strokeLineCap, int strokeLineJoin, int fillType) { in updateProperties() argument 297 mPrimitiveFields.fillType = fillType; in updateProperties() 319 fillType, enumerator
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Path_Delegate.java | 546 private void setFillType(FillType fillType) { in setFillType() argument 547 mFillType = fillType; in setFillType() 548 mPath.setWindingRule(getWindingRule(fillType)); in setFillType()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
H A D | VectorDrawable_Delegate.java | 217 int strokeLineJoin, int fillType) { in nUpdateFullPathProperties() argument 231 path.setFillType(fillType); in nUpdateFullPathProperties() 805 private void setFillType(int fillType) { in setFillType() argument 806 mFillType = fillType; in setFillType()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Path.java | 97 final FillType fillType = getFillType(); in reset() local 99 setFillType(fillType); in reset()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_drawable_VectorDrawable.cpp | 137 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles() argument 141 strokeLineCap, strokeLineJoin, fillType); in updateFullPathPropertiesAndStrokeStyles()
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | VectorDrawable.java | 2026 int fillType = properties.getInt(FILL_TYPE_INDEX * 4); in updateStateFromTypedArray() local 2102 fillType = a.getInt(R.styleable.VectorDrawablePath_fillType, fillType); in updateStateFromTypedArray() 2106 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType); in updateStateFromTypedArray() 2319 int strokeLineJoin, int fillType); in nUpdateFullPathProperties() argument
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/ |
H A D | GrantPermissionsViewHandlerImpl.kt | 266 path.fillType = Path.FillType.INVERSE_EVEN_ODD
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 656 field public static final int fillType = 16844062; // 0x101051e
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 79131 Lcom/android/internal/R$attr;->fillType:I
|