Searched refs:shouldDisableDependents (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DEditTextPreference.java64 final boolean wasBlocking = shouldDisableDependents();
70 final boolean isBlocking = shouldDisableDependents();
96 public boolean shouldDisableDependents() { method in class:EditTextPreference
97 return TextUtils.isEmpty(mText) || super.shouldDisableDependents();
H A DTwoStatePreference.java84 notifyDependencyChange(shouldDisableDependents());
100 public boolean shouldDisableDependents() { method in class:TwoStatePreference
102 return shouldDisable || super.shouldDisableDependents();
H A DPreferenceCategory.java73 public boolean shouldDisableDependents() { method in class:PreferenceCategory
H A DPreference.java717 notifyDependencyChange(shouldDisableDependents());
1199 dependent.onDependencyChanged(this, shouldDisableDependents());
1247 notifyDependencyChange(shouldDisableDependents());
1264 notifyDependencyChange(shouldDisableDependents());
1276 public boolean shouldDisableDependents() { method in class:Preference
H A DPreferenceGroup.java268 preference.onParentChanged(this, shouldDisableDependents());
/frameworks/base/core/java/android/preference/
H A DPreferenceCategory.java69 public boolean shouldDisableDependents() { method in class:PreferenceCategory
H A DEditTextPreference.java96 notifyDependencyChange(shouldDisableDependents());
164 public boolean shouldDisableDependents() { method in class:EditTextPreference
165 return TextUtils.isEmpty(mText) || super.shouldDisableDependents();
H A DTwoStatePreference.java83 notifyDependencyChange(shouldDisableDependents());
99 public boolean shouldDisableDependents() { method in class:TwoStatePreference
101 return shouldDisable || super.shouldDisableDependents();
H A DPreferenceGroup.java213 preference.onParentChanged(this, shouldDisableDependents());
H A DPreference.java768 notifyDependencyChange(shouldDisableDependents());
1253 dependent.onDependencyChanged(this, shouldDisableDependents());
1301 notifyDependencyChange(shouldDisableDependents());
1318 notifyDependencyChange(shouldDisableDependents());
1330 public boolean shouldDisableDependents() { method in class:Preference
/frameworks/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java95 public boolean shouldDisableDependents() { method in class:YesNoPreference
96 return !mWasPositiveResult || super.shouldDisableDependents();

Completed in 173 milliseconds