Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPath.java97 final FillType fillType = getFillType(); in reset()
227 public enum FillType { enum in Path
248 FillType(int ni) { in FillType() method in Path.FillType
256 static final FillType[] sFillTypeArray = {
257 FillType.WINDING,
258 FillType.EVEN_ODD,
259 FillType.INVERSE_WINDING,
260 FillType.INVERSE_EVEN_ODD
270 public FillType getFillType() { in getFillType()
279 public void setFillType(@NonNull FillType ft) { in setFillType()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPathTest.java29 final Path.FillType defaultFillType = path.getFillType(); in testResetPreservesFillType()
30 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in testResetPreservesFillType()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java26 import android.graphics.Path.FillType;
67 private FillType mFillType = FillType.WINDING;
546 private void setFillType(FillType fillType) { in setFillType()
556 private static int getWindingRule(FillType type) { in getWindingRule()
/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DRectShadowPainter.java31 import android.graphics.Path.FillType;
92 path.setFillType(FillType.EVEN_ODD); in paintShadow()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DSignalDrawable.java29 import android.graphics.Path.FillType;
200 mCutoutPath.setFillType(FillType.WINDING); in draw()
H A DBatteryMeterDrawableBase.java30 import android.graphics.Path.FillType;
355 mShapePath.setFillType(FillType.WINDING); in draw()
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
H A DPathPerfTest.java98 path.setFillType(Path.FillType.EVEN_ODD); in testGetSetFillType()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDropZoneView.java308 mPath.setFillType(Path.FillType.INVERSE_EVEN_ODD); in onDraw()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java35 import android.graphics.Path.FillType;
1148 mRenderPath.setFillType(FillType.WINDING); in drawPath()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DMaterialProgressDrawable.java558 mArrow.setFillType(android.graphics.Path.FillType.EVEN_ODD); in drawTriangle()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
H A DGrantPermissionsViewHandlerImpl.kt266 path.fillType = Path.FillType.INVERSE_EVEN_ODD
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1041 ringPath.setFillType(Path.FillType.EVEN_ODD);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A 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;
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes1922 android.graphics.Path$FillType
H A Dboot-image-profile.txt6896 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;
6909 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V
24860 Landroid/graphics/Path$FillType;
36390 [Landroid/graphics/Path$FillType;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt15796 method @NonNull public android.graphics.Path.FillType getFillType();
15816 method public void setFillType(@NonNull android.graphics.Path.FillType);
15828 public enum Path.FillType {
15829 enum_constant public static final android.graphics.Path.FillType EVEN_ODD;
15830 enum_constant public static final android.graphics.Path.FillType INVERSE_EVEN_ODD;
15831 enum_constant public static final android.graphics.Path.FillType INVERSE_WINDING;
15832 enum_constant public static final android.graphics.Path.FillType WINDING;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes1921 android.graphics.Path$FillType
H A Dboot-image-profile.txt6894 HSPLandroid/graphics/Path;->getFillType()Landroid/graphics/Path$FillType;
6907 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V
34497 Landroid/graphics/Path$FillType;
48569 [Landroid/graphics/Path$FillType;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21053 Landroid/graphics/Path$FillType;->nativeInt:I
21097 Landroid/graphics/Path;->sFillTypeArray:[Landroid/graphics/Path$FillType;