public RadarView(Context context, AttributeSet attrs) {
super(context, attrs);
this.BACKGROUND_COLOR = new int[]{-3283459, -2692611, -1641730, -853763, -1};
this.FILL_COLOR = new int[]{-14581016, -15501602, -13858067, -12477447, -13397517};
this.STROKE_COLOR = -3417355;
this.CIRCLE_NUMBER = this.BACKGROUND_COLOR.length;
this.LINE_NUMBER = this.FILL_COLOR.length;
this.DEFAULT_DURATION = 1000;
this.STROKE_WIDTH = 1;
this.START_ANGLE = -90;
this.MIN_RADIUS = 36.0f;
this.points = new PointF[this.LINE_NUMBER];
this.centerPoints = new PointF[this.LINE_NUMBER];
this.percent = new float[]{0.0f, 0.0f, 0.0f, 0.0f, 0.0f};
this.target = new float[]{0.0f, 0.0f, 0.0f, 0.0f, 0.0f};
init(context);
}
RadarView.java 文件源码
java
阅读 33
收藏 0
点赞 0
评论 0
项目:boohee_v5.6
作者:
评论列表
文章目录