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.java807 notifyDependencyChange(shouldDisableDependents());
1368 dependent.onDependencyChanged(this, shouldDisableDependents());
1414 notifyDependencyChange(shouldDisableDependents());
1431 notifyDependencyChange(shouldDisableDependents());
1443 public boolean shouldDisableDependents() { method in class:Preference
H A DPreferenceGroup.java272 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.java217 preference.onParentChanged(this, shouldDisableDependents());
H A DPreference.java839 notifyDependencyChange(shouldDisableDependents());
1408 dependent.onDependencyChanged(this, shouldDisableDependents());
1456 notifyDependencyChange(shouldDisableDependents());
1473 notifyDependencyChange(shouldDisableDependents());
1485 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 656 milliseconds