Home
last modified time | relevance | path

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

/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.java62 public boolean shouldDisableDependents() { in shouldDisableDependents() method in ColorPreference
63 return Color.alpha(getValue()) == 0 || super.shouldDisableDependents(); in shouldDisableDependents()
DListDialogPreference.java205 notifyDependencyChange(shouldDisableDependents()); in setValue()
/packages/services/Telephony/src/com/android/phone/
DEditPhoneNumberPreference.java398 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EditPhoneNumberPreference