Project

General

Profile

« Previous | Next » 

Revision 30f337e5

Added by Leszek Koltunski about 2 months ago

  • ID 30f337e50a7d5d83c0419732cc2f896aeef67cee
  • Parent c31aa527

Lint

View differences:

src/main/java/org/distorted/examples/dynamic/DynamicSpeedSurfaceView.java
41 41
    private int mWidth, mHeight, mMargin;
42 42
    private int mMode, mNumRedPoints, mPointSize;
43 43
    private float mFontHeight;
44
    private Paint mPaint;
45
    private float[] mPoints = new float[NUM_POINTS];
44
    private final Paint mPaint;
45
    private final float[] mPoints = new float[NUM_POINTS];
46 46
    private float mMultiplier;
47 47

  
48 48
/////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff