Searched refs:switchWidget (Results 1 – 5 of 5) sorted by relevance
67 (CompoundButton) mHolder.findViewById(androidx.preference.R.id.switchWidget); in setChecked_shouldUpdateButtonCheckedState()80 (CompoundButton) mHolder.findViewById(androidx.preference.R.id.switchWidget); in setSwitchEnabled_shouldUpdateButtonEnabledState()93 (CompoundButton) mHolder.findViewById(androidx.preference.R.id.switchWidget); in setSwitchEnabled_shouldUpdateButtonEnabledState_beforeViewBound()105 (CompoundButton) mHolder.findViewById(androidx.preference.R.id.switchWidget); in clickWidgetView_shouldToggleButton()120 (CompoundButton) mHolder.findViewById(androidx.preference.R.id.switchWidget); in clickWidgetView_shouldNotToggleButtonIfDisabled()132 (CompoundButton) mHolder.findViewById(androidx.preference.R.id.switchWidget); in clickWidgetView_shouldNotifyPreferenceChanged()150 (CompoundButton) mHolder.findViewById(androidx.preference.R.id.switchWidget); in setDisabledByAdmin_hasEnforcedAdmin_shouldDisableButton()161 (CompoundButton) mHolder.findViewById(androidx.preference.R.id.switchWidget); in setDisabledByAdmin_noEnforcedAdmin_shouldEnableButton()172 (CompoundButton) mHolder.findViewById(androidx.preference.R.id.switchWidget); in onBindViewHolder_toggleButtonShouldHaveContentDescription()
141 final CompoundButton switchWidget = getSwitch(); in onBindViewHolder() local142 if (switchWidget != null) { in onBindViewHolder()144 switchWidget.setOnClickListener(v -> { in onBindViewHolder()145 if (!switchWidget.isEnabled()) { in onBindViewHolder()150 switchWidget.setChecked(isChecked()); in onBindViewHolder()
56 final View switchView = holder.findViewById(androidx.preference.R.id.switchWidget); in onBindViewHolder()
75 mSwitch = (CompoundButton) holder.findViewById(androidx.preference.R.id.switchWidget); in onBindViewHolder()
114 final View switchView = holder.findViewById(androidx.preference.R.id.switchWidget); in onBindViewHolder()