Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d511fc2f authored by ztenghui's avatar ztenghui Committed by Tenghui Zhu
Browse files

API Review: VectorDrawable. Remove clipToPath, add MiterLimit

bug:16488254

Change-Id: I693fd46eaf9af016ea9cefe44b559e0aee7c8f03
parent 38e2d104
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -426,7 +426,6 @@ package android {
    field public static final int clipChildren = 16842986; // 0x10100ea
    field public static final int clipChildren = 16842986; // 0x10100ea
    field public static final int clipOrientation = 16843274; // 0x101020a
    field public static final int clipOrientation = 16843274; // 0x101020a
    field public static final int clipToPadding = 16842987; // 0x10100eb
    field public static final int clipToPadding = 16842987; // 0x10100eb
    field public static final int clipToPath = 16843817; // 0x1010429
    field public static final int closeIcon = 16843907; // 0x1010483
    field public static final int closeIcon = 16843907; // 0x1010483
    field public static final int codes = 16843330; // 0x1010242
    field public static final int codes = 16843330; // 0x1010242
    field public static final int collapseColumns = 16843083; // 0x101014b
    field public static final int collapseColumns = 16843083; // 0x101014b
@@ -1187,6 +1186,7 @@ package android {
    field public static final int strokeColor = 16843809; // 0x1010421
    field public static final int strokeColor = 16843809; // 0x1010421
    field public static final int strokeLineCap = 16843815; // 0x1010427
    field public static final int strokeLineCap = 16843815; // 0x1010427
    field public static final int strokeLineJoin = 16843816; // 0x1010428
    field public static final int strokeLineJoin = 16843816; // 0x1010428
    field public static final int strokeMiterLimit = 16843817; // 0x1010429
    field public static final int strokeOpacity = 16843810; // 0x1010422
    field public static final int strokeOpacity = 16843810; // 0x1010422
    field public static final int strokeWidth = 16843811; // 0x1010423
    field public static final int strokeWidth = 16843811; // 0x1010423
    field public static final int submitBackground = 16843914; // 0x101048a
    field public static final int submitBackground = 16843914; // 0x101048a
@@ -29005,9 +29005,9 @@ package android.telecomm {
  public static class VideoCallProfile.VideoState {
  public static class VideoCallProfile.VideoState {
    ctor public VideoCallProfile.VideoState();
    ctor public VideoCallProfile.VideoState();
    method public static boolean isAudioOnly(int);
    method public static boolean isAudioOnly(int);
    method public static boolean isBidirectional(int);
    method public static boolean isPaused(int);
    method public static boolean isPaused(int);
    method public static boolean isReceptionEnabled(int);
    method public static boolean isReceptionEnabled(int);
    method public static boolean isBidirectional(int);
    method public static boolean isTransmissionEnabled(int);
    method public static boolean isTransmissionEnabled(int);
    field public static final int AUDIO_ONLY = 0; // 0x0
    field public static final int AUDIO_ONLY = 0; // 0x0
    field public static final int BIDIRECTIONAL = 3; // 0x3
    field public static final int BIDIRECTIONAL = 3; // 0x3
+0 −2
Original line number Original line Diff line number Diff line
@@ -5158,8 +5158,6 @@
        <attr name="trimPathEnd" format="float" />
        <attr name="trimPathEnd" format="float" />
        <!-- Shift trim region (allows visible region to include the start and end) from 0 to 1  -->
        <!-- Shift trim region (allows visible region to include the start and end) from 0 to 1  -->
        <attr name="trimPathOffset" format="float" />
        <attr name="trimPathOffset" format="float" />
        <!-- TODO: Remove this. Path will set the current clip path -->
        <attr name="clipToPath" format="boolean" />
        <!-- sets the linecap for a stroked path -->
        <!-- sets the linecap for a stroked path -->
        <attr name="strokeLineCap" format="enum">
        <attr name="strokeLineCap" format="enum">
            <enum name="butt" value="0"/>
            <enum name="butt" value="0"/>
+1 −1
Original line number Original line Diff line number Diff line
@@ -2129,7 +2129,7 @@
  <public type="attr" name="trimPathOffset" />
  <public type="attr" name="trimPathOffset" />
  <public type="attr" name="strokeLineCap" />
  <public type="attr" name="strokeLineCap" />
  <public type="attr" name="strokeLineJoin" />
  <public type="attr" name="strokeLineJoin" />
  <public type="attr" name="clipToPath" />
  <public type="attr" name="strokeMiterLimit" />
  <public type="attr" name="requiredForProfile"/>
  <public type="attr" name="requiredForProfile"/>
  <public type="attr" name="colorControlNormal" />
  <public type="attr" name="colorControlNormal" />
  <public type="attr" name="colorControlActivated" />
  <public type="attr" name="colorControlActivated" />