Loading graphics/java/android/graphics/Outline.java +4 −1 Original line number Diff line number Diff line Loading @@ -312,7 +312,10 @@ public final class Outline { } /** * Offsets the Outline by (dx,dy) * Offsets the Outline by (dx,dy). Offsetting is cumulative, so additional calls to * offset() will add to previous offset values. Offset only applies to the current * geometry (setRect(), setPath(), etc.); setting new geometry resets any existing * offset. */ public void offset(int dx, int dy) { if (mMode == MODE_ROUND_RECT) { Loading Loading
graphics/java/android/graphics/Outline.java +4 −1 Original line number Diff line number Diff line Loading @@ -312,7 +312,10 @@ public final class Outline { } /** * Offsets the Outline by (dx,dy) * Offsets the Outline by (dx,dy). Offsetting is cumulative, so additional calls to * offset() will add to previous offset values. Offset only applies to the current * geometry (setRect(), setPath(), etc.); setting new geometry resets any existing * offset. */ public void offset(int dx, int dy) { if (mMode == MODE_ROUND_RECT) { Loading