background image

   private int mMaxRotationAngle = 50;

    private int mMaxZoom = -380;

    private int mCoveflowCenter;

    private boolean mAlphaMode = true;

    private boolean mCircleMode = false;

    public CoverFlow(Context context) {

        super(context);

        this.setStaticTransformationsEnabled(true);

    }

    public CoverFlow(Context context, AttributeSet attrs) {

        super(context, attrs);

        this.setStaticTransformationsEnabled(true);

    }

    public CoverFlow(Context context, AttributeSet attrs, int defStyle) {

        super(context, attrs, defStyle);

        this.setStaticTransformationsEnabled(true);

    }

    public int getMaxRotationAngle() {

        return mMaxRotationAngle;

    }

    public void setMaxRotationAngle(int maxRotationAngle) {

        mMaxRotationAngle = maxRotationAngle;

    }

                     找软件资料,就到一览软件文库

http://wk.yl1001.com/rj/