Searched refs:mSwitchDiversity (Results 1 – 1 of 1) sorted by relevance
65 private FaceEnrollAccessibilityToggle mSwitchDiversity; field in FaceEnrollEducation101 if (mSwitchDiversity != null) {102 mSwitchDiversity.removeOnLayoutChangeListener(175 mSwitchDiversity.setChecked(true); in onCreate()177 mSwitchDiversity.setVisibility(View.VISIBLE); in onCreate()178 mSwitchDiversity.addOnLayoutChangeListener(mSwitchDiversityOnLayoutChangeListener); in onCreate()181 mSwitchDiversity = findViewById(R.id.toggle_diversity); in onCreate()182 mSwitchDiversity.setListener(mSwitchDiversityListener); in onCreate()183 mSwitchDiversity.setOnClickListener(v -> { in onCreate()184 mSwitchDiversity.getSwitch().toggle(); in onCreate()[all …]