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/movingeffects/MovingEffectsSurfaceView.java
55 55

  
56 56
    private static final Object lock = new Object();
57 57

  
58
    private Dynamic3D mCenter;
59
    private Paint mPaint;
58
    private final Dynamic3D mCenter;
59
    private final Paint mPaint;
60 60
    private int moving;
61 61
    private int mScrWidth, mScrHeight;
62 62
    private long mTime = 0;
63 63
    
64 64
    private int mCurrEffect;
65 65
    private int mSize1, mSize2;
66
    private Static3D mDeform;
67
    private Static1D mRadius;
66
    private final Static3D mDeform;
67
    private final Static1D mRadius;
68 68

  
69 69
    private MovingEffectsRenderer mRenderer;
70 70

  

Also available in: Unified diff