Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoyun committed Dec 20, 2019
1 parent 7109ad1 commit c970807
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ public float getHorizontalAverageWeight() {
private onClickListener onClickListener;
private int mActivePointerId;
private final int INVALID_POINTER = -1;
private int minX,maxX,minX_horizontalCoordinates,maxX_horizontalCoordinates;
private boolean isDrawVerticalLine;
private boolean isDrawHorizontalLine;
private List<DrawPiontModel> drawPiontModelList;
protected int minX,maxX,minX_horizontalCoordinates,maxX_horizontalCoordinates;
protected boolean isDrawVerticalLine;
protected boolean isDrawHorizontalLine;
protected List<DrawPiontModel> drawPiontModelList;
public void setEnableTouch(boolean enableTouch) {
this.enableTouch = enableTouch;
}

private boolean enableTouch;
protected boolean enableTouch;

public void setOnPromiseParentTouchListener(EasyScrollerChartView.onPromiseParentTouchListener onPromiseParentTouchListener) {
this.onPromiseParentTouchListener = onPromiseParentTouchListener;
Expand Down

0 comments on commit c970807

Please sign in to comment.