Home
last modified time | relevance | path

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

12

/frameworks/support/preference/src/main/java/androidx/preference/
DEditTextPreference.java65 final boolean wasBlocking = shouldDisableDependents(); in setText()
71 final boolean isBlocking = shouldDisableDependents(); in setText()
97 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EditTextPreference
98 return TextUtils.isEmpty(mText) || super.shouldDisableDependents(); in shouldDisableDependents()
DTwoStatePreference.java85 notifyDependencyChange(shouldDisableDependents()); in setChecked()
101 public boolean shouldDisableDependents() { in shouldDisableDependents() method in TwoStatePreference
103 return shouldDisable || super.shouldDisableDependents(); in shouldDisableDependents()
DPreferenceCategory.java65 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PreferenceCategory
DPreference.java812 notifyDependencyChange(shouldDisableDependents()); in setEnabled()
1378 dependent.onDependencyChanged(this, shouldDisableDependents()); in registerDependent()
1424 notifyDependencyChange(shouldDisableDependents()); in onDependencyChanged()
1441 notifyDependencyChange(shouldDisableDependents()); in onParentChanged()
1453 public boolean shouldDisableDependents() { in shouldDisableDependents() method in Preference
DPreferenceGroup.java334 preference.onParentChanged(this, shouldDisableDependents()); in onPrepareAddPreference()
/frameworks/base/core/java/android/preference/
DTwoStatePreference.java83 notifyDependencyChange(shouldDisableDependents()); in setChecked()
99 public boolean shouldDisableDependents() { in shouldDisableDependents() method in TwoStatePreference
101 return shouldDisable || super.shouldDisableDependents(); in shouldDisableDependents()
DEditTextPreference.java96 notifyDependencyChange(shouldDisableDependents()); in setText()
164 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EditTextPreference
165 return TextUtils.isEmpty(mText) || super.shouldDisableDependents(); in shouldDisableDependents()
DPreferenceCategory.java69 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PreferenceCategory
DPreference.java839 notifyDependencyChange(shouldDisableDependents()); in setEnabled()
1409 dependent.onDependencyChanged(this, shouldDisableDependents()); in registerDependent()
1457 notifyDependencyChange(shouldDisableDependents()); in onDependencyChanged()
1474 notifyDependencyChange(shouldDisableDependents()); in onParentChanged()
1486 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/support/jetifier/jetifier/processor/src/test/resources/changeDetectionTest/
DtestPreference.classPreference.java package android.support.v7.preference public android.support.v7.preference ...
/frameworks/support/preference/api_legacy/
D27.0.0.txt181 method public boolean shouldDisableDependents();
D26.1.0.txt181 method public boolean shouldDisableDependents();
D26.0.0.txt181 method public boolean shouldDisableDependents();
Dcurrent.txt279 method public boolean shouldDisableDependents();
D28.0.0-alpha1.txt279 method public boolean shouldDisableDependents();
D27.1.0.txt279 method public boolean shouldDisableDependents();
/frameworks/support/preference/api/
Dcurrent.txt216 method public boolean shouldDisableDependents();
/frameworks/support/api/
D25.2.0.txt9091 method public boolean shouldDisableDependents();
D25.0.0.txt8677 method public boolean shouldDisableDependents();
D24.2.0.txt8599 method public boolean shouldDisableDependents();
D23.0.0.txt8919 method public boolean shouldDisableDependents();
D23.1.1.txt9269 method public boolean shouldDisableDependents();
D25.4.0.txt9603 method public boolean shouldDisableDependents();

12