Searched refs:shouldDisableDependents (Results 1 – 9 of 9) sorted by relevance
105 notifyDependencyChange(shouldDisableDependents()); in setText()173 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EditTextPreference174 return TextUtils.isEmpty(mText) || super.shouldDisableDependents(); in shouldDisableDependents()
91 notifyDependencyChange(shouldDisableDependents()); in setChecked()107 public boolean shouldDisableDependents() { in shouldDisableDependents() method in TwoStatePreference109 return shouldDisable || super.shouldDisableDependents(); in shouldDisableDependents()
76 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PreferenceCategory
865 notifyDependencyChange(shouldDisableDependents()); in setEnabled()1440 dependent.onDependencyChanged(this, shouldDisableDependents()); in registerDependent()1488 notifyDependencyChange(shouldDisableDependents()); in onDependencyChanged()1505 notifyDependencyChange(shouldDisableDependents()); in onParentChanged()1517 public boolean shouldDisableDependents() { in shouldDisableDependents() method in Preference
225 preference.onParentChanged(this, shouldDisableDependents()); in onPrepareAddPreference()
97 public boolean shouldDisableDependents() { in shouldDisableDependents() method in YesNoPreference98 return !mWasPositiveResult || super.shouldDisableDependents(); in shouldDisableDependents()
22632 method public boolean shouldDisableDependents();
36151 method @Deprecated public boolean shouldDisableDependents();
36295 method @Deprecated public boolean shouldDisableDependents();