Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/preference/
DEditTextPreference.java88 final boolean wasBlocking = shouldDisableDependents(); in setText()
94 final boolean isBlocking = shouldDisableDependents(); in setText()
162 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EditTextPreference
163 return TextUtils.isEmpty(mText) || super.shouldDisableDependents(); in shouldDisableDependents()
DTwoStatePreference.java82 notifyDependencyChange(shouldDisableDependents()); in setChecked()
98 public boolean shouldDisableDependents() { in shouldDisableDependents() method in TwoStatePreference
100 return shouldDisable || super.shouldDisableDependents(); in shouldDisableDependents()
DPreferenceCategory.java69 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PreferenceCategory
DPreference.java757 notifyDependencyChange(shouldDisableDependents()); in setEnabled()
1242 dependent.onDependencyChanged(this, shouldDisableDependents()); in registerDependent()
1290 notifyDependencyChange(shouldDisableDependents()); in onDependencyChanged()
1307 notifyDependencyChange(shouldDisableDependents()); in onParentChanged()
1319 public boolean shouldDisableDependents() { in shouldDisableDependents() method in Preference
DPreferenceGroup.java217 preference.onParentChanged(this, shouldDisableDependents()); in onPrepareAddPreference()
/frameworks/base/core/java/com/android/internal/preference/
DYesNoPreference.java95 public boolean shouldDisableDependents() { in shouldDisableDependents() method in YesNoPreference
96 return !mWasPositiveResult || super.shouldDisableDependents(); in shouldDisableDependents()
/frameworks/base/api/
Dsystem-current.txt24222 method public boolean shouldDisableDependents();
Dcurrent.txt22632 method public boolean shouldDisableDependents();