Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/preference/
DEditTextPreference.java105 notifyDependencyChange(shouldDisableDependents()); in setText()
173 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EditTextPreference
174 return TextUtils.isEmpty(mText) || super.shouldDisableDependents(); in shouldDisableDependents()
DTwoStatePreference.java91 notifyDependencyChange(shouldDisableDependents()); in setChecked()
107 public boolean shouldDisableDependents() { in shouldDisableDependents() method in TwoStatePreference
109 return shouldDisable || super.shouldDisableDependents(); in shouldDisableDependents()
DPreferenceCategory.java76 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PreferenceCategory
DPreference.java865 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
DPreferenceGroup.java225 preference.onParentChanged(this, shouldDisableDependents()); in onPrepareAddPreference()
/frameworks/base/core/java/com/android/internal/preference/
DYesNoPreference.java97 public boolean shouldDisableDependents() { in shouldDisableDependents() method in YesNoPreference
98 return !mWasPositiveResult || super.shouldDisableDependents(); in shouldDisableDependents()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22632 method public boolean shouldDisableDependents();
/frameworks/base/non-updatable-api/
Dcurrent.txt36151 method @Deprecated public boolean shouldDisableDependents();
/frameworks/base/api/
Dcurrent.txt36295 method @Deprecated public boolean shouldDisableDependents();