/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Path.java | 97 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 D | PathTest.java | 29 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 D | Path_Delegate.java | 26 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 D | RectShadowPainter.java | 31 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 D | SignalDrawable.java | 29 import android.graphics.Path.FillType; 200 mCutoutPath.setFillType(FillType.WINDING); in draw()
|
H A D | BatteryMeterDrawableBase.java | 30 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 D | PathPerfTest.java | 98 path.setFillType(Path.FillType.EVEN_ODD); in testGetSetFillType()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
H A D | DropZoneView.java | 308 mPath.setFillType(Path.FillType.INVERSE_EVEN_ODD); in onDraw()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
H A D | VectorDrawable_Delegate.java | 35 import android.graphics.Path.FillType; 1148 mRenderPath.setFillType(FillType.WINDING); in drawPath()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
H A D | MaterialProgressDrawable.java | 558 mArrow.setFillType(android.graphics.Path.FillType.EVEN_ODD); in drawTriangle()
|
/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/graphics/java/android/graphics/drawable/ |
H A D | GradientDrawable.java | 1041 ringPath.setFillType(Path.FillType.EVEN_ODD);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A 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;
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 1922 android.graphics.Path$FillType
|
H A D | boot-image-profile.txt | 6896 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 D | current.txt | 15796 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 D | preloaded-classes | 1921 android.graphics.Path$FillType
|
H A D | boot-image-profile.txt | 6894 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 21053 Landroid/graphics/Path$FillType;->nativeInt:I 21097 Landroid/graphics/Path;->sFillTypeArray:[Landroid/graphics/Path$FillType;
|