Home
last modified time | relevance | path

Searched refs:shouldDisableDependents (Results 1 – 14 of 14) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DPresetPreference.java45 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PresetPreference
47 || super.shouldDisableDependents(); in shouldDisableDependents()
DEdgeTypePreference.java50 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EdgeTypePreference
51 return getValue() == CaptionStyle.EDGE_TYPE_NONE || super.shouldDisableDependents(); in shouldDisableDependents()
DColorPreference.java64 public boolean shouldDisableDependents() { in shouldDisableDependents() method in ColorPreference
65 return Color.alpha(getValue()) == 0 || super.shouldDisableDependents(); in shouldDisableDependents()
DListDialogPreference.java208 notifyDependencyChange(shouldDisableDependents()); in setValue()
/packages/apps/Settings/src/com/android/settings/development/autofill/
DAutofillPreferenceCategory.java48 mHandler.postDelayed(() -> notifyDependencyChange(shouldDisableDependents()), in AutofillPreferenceCategory()
81 public boolean shouldDisableDependents() { in shouldDisableDependents() method in AutofillPreferenceCategory
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/autofill/
DAutofillPreferenceCategory.java48 mHandler.postDelayed(() -> notifyDependencyChange(shouldDisableDependents()), in AutofillPreferenceCategory()
81 public boolean shouldDisableDependents() { in shouldDisableDependents() method in AutofillPreferenceCategory
/packages/apps/Settings/src/com/android/settings/accessibility/
DPresetPreference.java45 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PresetPreference
47 || super.shouldDisableDependents(); in shouldDisableDependents()
DEdgeTypePreference.java50 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EdgeTypePreference
51 return getValue() == CaptionStyle.EDGE_TYPE_NONE || super.shouldDisableDependents(); in shouldDisableDependents()
DColorPreference.java64 public boolean shouldDisableDependents() { in shouldDisableDependents() method in ColorPreference
65 return Color.alpha(getValue()) == 0 || super.shouldDisableDependents(); in shouldDisableDependents()
DListDialogPreference.java208 notifyDependencyChange(shouldDisableDependents()); in setValue()
/packages/services/Telephony/src/com/android/phone/
DCallBarringEditPreference.java223 notifyDependencyChange(shouldDisableDependents()); in updateSummaryText()
227 public boolean shouldDisableDependents() { in shouldDisableDependents() method in CallBarringEditPreference
DEditPhoneNumberPreference.java401 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EditPhoneNumberPreference
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DCollapsibleCheckboxPreferenceGroup.java143 notifyDependencyChange(shouldDisableDependents()); in setChecked()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java183 notifyDependencyChange(shouldDisableDependents()); in setChecked()