141 lines
7.9 KiB
Java
141 lines
7.9 KiB
Java
package com.ubt.jimu.user.view;
|
|
|
|
import android.view.View;
|
|
import android.widget.CheckBox;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.TextView;
|
|
import android.widget.ViewFlipper;
|
|
import butterknife.Unbinder;
|
|
import butterknife.internal.DebouncingOnClickListener;
|
|
import butterknife.internal.Utils;
|
|
import com.ubt.jimu.R;
|
|
import com.ubt.jimu.user.view.picker.LoopView;
|
|
import com.ubt.jimu.widgets.ClearEditText;
|
|
import com.ubt.jimu.widgets.NavigationBarView;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class RegisterActivity_ViewBinding implements Unbinder {
|
|
private RegisterActivity b;
|
|
private View c;
|
|
private View d;
|
|
private View e;
|
|
private View f;
|
|
private View g;
|
|
private View h;
|
|
|
|
public RegisterActivity_ViewBinding(final RegisterActivity registerActivity, View view) {
|
|
this.b = registerActivity;
|
|
registerActivity.navigationBarView = (NavigationBarView) Utils.b(view, R.id.nbv_bar, "field 'navigationBarView'", NavigationBarView.class);
|
|
registerActivity.viewFlipper = (ViewFlipper) Utils.b(view, R.id.viewFlipper, "field 'viewFlipper'", ViewFlipper.class);
|
|
registerActivity.policyLayout = (LinearLayout) Utils.b(view, R.id.policyLayout, "field 'policyLayout'", LinearLayout.class);
|
|
registerActivity.pickerUserAge = (LoopView) Utils.b(view, R.id.np_age, "field 'pickerUserAge'", LoopView.class);
|
|
registerActivity.tvPolicy = (TextView) Utils.b(view, R.id.tvPolicy, "field 'tvPolicy'", TextView.class);
|
|
registerActivity.accountEditText = (ClearEditText) Utils.b(view, R.id.accountEditText, "field 'accountEditText'", ClearEditText.class);
|
|
View a = Utils.a(view, R.id.countryCodeTextView, "field 'countryCodeTextView' and method 'onCountryCodeAction'");
|
|
registerActivity.countryCodeTextView = (TextView) Utils.a(a, R.id.countryCodeTextView, "field 'countryCodeTextView'", TextView.class);
|
|
this.c = a;
|
|
a.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.RegisterActivity_ViewBinding.1
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
registerActivity.onCountryCodeAction(view2);
|
|
}
|
|
});
|
|
View a2 = Utils.a(view, R.id.eyeImageView, "field 'eyeImageView' and method 'onEyeAction'");
|
|
registerActivity.eyeImageView = (ImageView) Utils.a(a2, R.id.eyeImageView, "field 'eyeImageView'", ImageView.class);
|
|
this.d = a2;
|
|
a2.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.RegisterActivity_ViewBinding.2
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
registerActivity.onEyeAction(view2);
|
|
}
|
|
});
|
|
View a3 = Utils.a(view, R.id.guardianEyeImageView, "field 'guardianEyeImageView' and method 'onGuardianEyeAction'");
|
|
registerActivity.guardianEyeImageView = (ImageView) Utils.a(a3, R.id.guardianEyeImageView, "field 'guardianEyeImageView'", ImageView.class);
|
|
this.e = a3;
|
|
a3.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.RegisterActivity_ViewBinding.3
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
registerActivity.onGuardianEyeAction(view2);
|
|
}
|
|
});
|
|
registerActivity.page3PasswordEditText = (ClearEditText) Utils.b(view, R.id.page3PasswordEditText, "field 'page3PasswordEditText'", ClearEditText.class);
|
|
registerActivity.captchaEditText = (ClearEditText) Utils.b(view, R.id.captchaEditText, "field 'captchaEditText'", ClearEditText.class);
|
|
View a4 = Utils.a(view, R.id.countryCodeParent, "field 'countryCodeParent' and method 'onCountryCodeAction'");
|
|
registerActivity.countryCodeParent = (RelativeLayout) Utils.a(a4, R.id.countryCodeParent, "field 'countryCodeParent'", RelativeLayout.class);
|
|
this.f = a4;
|
|
a4.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.RegisterActivity_ViewBinding.4
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
registerActivity.onCountryCodeAction(view2);
|
|
}
|
|
});
|
|
View a5 = Utils.a(view, R.id.countDownTextView, "field 'countDownTextView' and method 'onCaptchaAction'");
|
|
registerActivity.countDownTextView = (TextView) Utils.a(a5, R.id.countDownTextView, "field 'countDownTextView'", TextView.class);
|
|
this.g = a5;
|
|
a5.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.RegisterActivity_ViewBinding.5
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
registerActivity.onCaptchaAction(view2);
|
|
}
|
|
});
|
|
registerActivity.rlTips = (RelativeLayout) Utils.b(view, R.id.rl_tips_input_error, "field 'rlTips'", RelativeLayout.class);
|
|
registerActivity.emailEditText = (ClearEditText) Utils.b(view, R.id.emailEditText, "field 'emailEditText'", ClearEditText.class);
|
|
registerActivity.guardianEditText = (ClearEditText) Utils.b(view, R.id.guardianEditText, "field 'guardianEditText'", ClearEditText.class);
|
|
registerActivity.rootView = Utils.a(view, R.id.rootView, "field 'rootView'");
|
|
registerActivity.guardianEmailTextView = (TextView) Utils.b(view, R.id.guardianEmailTextView, "field 'guardianEmailTextView'", TextView.class);
|
|
registerActivity.guardianPasswordEditText = (ClearEditText) Utils.b(view, R.id.guardianPasswordEditText, "field 'guardianPasswordEditText'", ClearEditText.class);
|
|
registerActivity.cbPolicy = (CheckBox) Utils.b(view, R.id.cbPolicy, "field 'cbPolicy'", CheckBox.class);
|
|
View a6 = Utils.a(view, R.id.rightArrowImageView, "method 'onCountryCodeAction'");
|
|
this.h = a6;
|
|
a6.setOnClickListener(new DebouncingOnClickListener(this) { // from class: com.ubt.jimu.user.view.RegisterActivity_ViewBinding.6
|
|
@Override // butterknife.internal.DebouncingOnClickListener
|
|
public void doClick(View view2) {
|
|
registerActivity.onCountryCodeAction(view2);
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public void unbind() {
|
|
RegisterActivity registerActivity = this.b;
|
|
if (registerActivity == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.b = null;
|
|
registerActivity.navigationBarView = null;
|
|
registerActivity.viewFlipper = null;
|
|
registerActivity.policyLayout = null;
|
|
registerActivity.pickerUserAge = null;
|
|
registerActivity.tvPolicy = null;
|
|
registerActivity.accountEditText = null;
|
|
registerActivity.countryCodeTextView = null;
|
|
registerActivity.eyeImageView = null;
|
|
registerActivity.guardianEyeImageView = null;
|
|
registerActivity.page3PasswordEditText = null;
|
|
registerActivity.captchaEditText = null;
|
|
registerActivity.countryCodeParent = null;
|
|
registerActivity.countDownTextView = null;
|
|
registerActivity.rlTips = null;
|
|
registerActivity.emailEditText = null;
|
|
registerActivity.guardianEditText = null;
|
|
registerActivity.rootView = null;
|
|
registerActivity.guardianEmailTextView = null;
|
|
registerActivity.guardianPasswordEditText = null;
|
|
registerActivity.cbPolicy = null;
|
|
this.c.setOnClickListener(null);
|
|
this.c = null;
|
|
this.d.setOnClickListener(null);
|
|
this.d = null;
|
|
this.e.setOnClickListener(null);
|
|
this.e = null;
|
|
this.f.setOnClickListener(null);
|
|
this.f = null;
|
|
this.g.setOnClickListener(null);
|
|
this.g = null;
|
|
this.h.setOnClickListener(null);
|
|
this.h = null;
|
|
}
|
|
}
|