Home
last modified time | relevance | path

Searched refs:compoundButton (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
DCarUiListItemAdapter.java356 @NonNull CompoundButton compoundButton, in bindCompoundButton() argument
358 compoundButton.setVisibility(View.VISIBLE); in bindCompoundButton()
359 compoundButton.setOnCheckedChangeListener(null); in bindCompoundButton()
360 compoundButton.setChecked(item.isChecked()); in bindCompoundButton()
361 compoundButton.setOnCheckedChangeListener( in bindCompoundButton()
368 compoundButton.toggle(); in bindCompoundButton()
/packages/apps/Car/libs/car-ui-lib/referencedesign/sharedlibrary/src/main/java/com/chassis/car/ui/sharedlibrary/recyclerview/
DListItemAdapter.java443 @NonNull CompoundButton compoundButton, in bindCompoundButton() argument
445 compoundButton.setVisibility(View.VISIBLE); in bindCompoundButton()
446 compoundButton.setOnCheckedChangeListener(null); in bindCompoundButton()
447 compoundButton.setChecked(item.isChecked()); in bindCompoundButton()
448 compoundButton.setOnCheckedChangeListener( in bindCompoundButton()
455 compoundButton.toggle(); in bindCompoundButton()
/packages/apps/Settings/src/com/android/settings/nfc/
DNfcPaymentPreferenceController.java235 public void onCheckedChanged(CompoundButton compoundButton, boolean b) { in onCheckedChanged() argument
236 PaymentAppInfo appInfo = (PaymentAppInfo) compoundButton.getTag(); in onCheckedChanged()
/packages/apps/Settings/src/com/android/settings/vpn2/
DConfigDialog.java304 public void onCheckedChanged(CompoundButton compoundButton, boolean b) { in onCheckedChanged() argument
305 if (compoundButton == mAlwaysOnVpn) { in onCheckedChanged()