public PathBar(Context context, AttributeSet attrs) { super(context, attrs); init(); }
public PathBar(Context context) { super(context); init(); }