Loading tools/layoutlib/bridge/src/android/graphics/Canvas_Delegate.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -675,7 +675,7 @@ public final class Canvas_Delegate { graphics.fillRoundRect( graphics.fillRoundRect( (int)left, (int)top, (int)left, (int)top, (int)(right - left), (int)(bottom - top), (int)(right - left), (int)(bottom - top), (int)rx, (int)ry); 2 * (int)rx, 2 * (int)ry); } } if (style == Paint.Style.STROKE.nativeInt || if (style == Paint.Style.STROKE.nativeInt || Loading @@ -683,7 +683,7 @@ public final class Canvas_Delegate { graphics.drawRoundRect( graphics.drawRoundRect( (int)left, (int)top, (int)left, (int)top, (int)(right - left), (int)(bottom - top), (int)(right - left), (int)(bottom - top), (int)rx, (int)ry); 2 * (int)rx, 2 * (int)ry); } } } } }); }); Loading Loading
tools/layoutlib/bridge/src/android/graphics/Canvas_Delegate.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -675,7 +675,7 @@ public final class Canvas_Delegate { graphics.fillRoundRect( graphics.fillRoundRect( (int)left, (int)top, (int)left, (int)top, (int)(right - left), (int)(bottom - top), (int)(right - left), (int)(bottom - top), (int)rx, (int)ry); 2 * (int)rx, 2 * (int)ry); } } if (style == Paint.Style.STROKE.nativeInt || if (style == Paint.Style.STROKE.nativeInt || Loading @@ -683,7 +683,7 @@ public final class Canvas_Delegate { graphics.drawRoundRect( graphics.drawRoundRect( (int)left, (int)top, (int)left, (int)top, (int)(right - left), (int)(bottom - top), (int)(right - left), (int)(bottom - top), (int)rx, (int)ry); 2 * (int)rx, 2 * (int)ry); } } } } }); }); Loading