Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPath.java80 final FillType fillType = getFillType(); in reset()
200 public enum FillType { enum in Path
221 FillType(int ni) { in FillType() method in Path.FillType
229 static final FillType[] sFillTypeArray = {
230 FillType.WINDING,
231 FillType.EVEN_ODD,
232 FillType.INVERSE_WINDING,
233 FillType.INVERSE_EVEN_ODD
243 public FillType getFillType() { in getFillType()
252 public void setFillType(@NonNull FillType ft) { in setFillType()
[all …]
/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;
214 mCutoutPath.setFillType(FillType.WINDING); in draw()
DBatteryMeterDrawableBase.java29 import android.graphics.Path.FillType;
356 mShapePath.setFillType(FillType.WINDING); in draw()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDropZoneView.java276 mPath.setFillType(Path.FillType.INVERSE_EVEN_ODD); in onDraw()
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java1050 ringPath.setFillType(Path.FillType.EVEN_ODD);
/frameworks/base/boot/
Dpreloaded-classes2285 android.graphics.Path$FillType
14130 [Landroid.graphics.Path$FillType;
Dboot-image-profile.txt6545 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;
6558 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V
24670 Landroid/graphics/Path$FillType;
36577 [Landroid/graphics/Path$FillType;
/frameworks/base/config/
Dpreloaded-classes2289 android.graphics.Path$FillType
17153 [Landroid.graphics.Path$FillType;
Dboot-image-profile.txt6548 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;
6561 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V
34804 Landroid/graphics/Path$FillType;
49744 [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/core/api/
Dcurrent.txt16726 method @NonNull public android.graphics.Path.FillType getFillType();
16751 method public void setFillType(@NonNull android.graphics.Path.FillType);
16763 public enum Path.FillType {
16764 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;
16765 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;
16766 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;
16767 enum_constant public static final android.graphics.Path.FillType WINDING;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt18175 Landroid/graphics/Path$FillType;->nativeInt:I
18219 Landroid/graphics/Path;->sFillTypeArray:[Landroid/graphics/Path$FillType;