/frameworks/support/preference/src/main/java/androidx/preference/ |
D | EditTextPreference.java | 65 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()
|
D | TwoStatePreference.java | 85 notifyDependencyChange(shouldDisableDependents()); in setChecked() 101 public boolean shouldDisableDependents() { in shouldDisableDependents() method in TwoStatePreference 103 return shouldDisable || super.shouldDisableDependents(); in shouldDisableDependents()
|
D | PreferenceCategory.java | 65 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PreferenceCategory
|
D | Preference.java | 812 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
|
D | PreferenceGroup.java | 334 preference.onParentChanged(this, shouldDisableDependents()); in onPrepareAddPreference()
|
/frameworks/base/core/java/android/preference/ |
D | TwoStatePreference.java | 83 notifyDependencyChange(shouldDisableDependents()); in setChecked() 99 public boolean shouldDisableDependents() { in shouldDisableDependents() method in TwoStatePreference 101 return shouldDisable || super.shouldDisableDependents(); in shouldDisableDependents()
|
D | EditTextPreference.java | 96 notifyDependencyChange(shouldDisableDependents()); in setText() 164 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EditTextPreference 165 return TextUtils.isEmpty(mText) || super.shouldDisableDependents(); in shouldDisableDependents()
|
D | PreferenceCategory.java | 69 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PreferenceCategory
|
D | Preference.java | 839 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
|
D | PreferenceGroup.java | 217 preference.onParentChanged(this, shouldDisableDependents()); in onPrepareAddPreference()
|
/frameworks/base/core/java/com/android/internal/preference/ |
D | YesNoPreference.java | 95 public boolean shouldDisableDependents() { in shouldDisableDependents() method in YesNoPreference 96 return !mWasPositiveResult || super.shouldDisableDependents(); in shouldDisableDependents()
|
/frameworks/support/jetifier/jetifier/processor/src/test/resources/changeDetectionTest/ |
D | testPreference.class | Preference.java
package android.support.v7.preference
public android.support.v7.preference ... |
/frameworks/support/preference/api_legacy/ |
D | 27.0.0.txt | 181 method public boolean shouldDisableDependents();
|
D | 26.1.0.txt | 181 method public boolean shouldDisableDependents();
|
D | 26.0.0.txt | 181 method public boolean shouldDisableDependents();
|
D | current.txt | 279 method public boolean shouldDisableDependents();
|
D | 28.0.0-alpha1.txt | 279 method public boolean shouldDisableDependents();
|
D | 27.1.0.txt | 279 method public boolean shouldDisableDependents();
|
/frameworks/support/preference/api/ |
D | current.txt | 216 method public boolean shouldDisableDependents();
|
/frameworks/support/api/ |
D | 25.2.0.txt | 9091 method public boolean shouldDisableDependents();
|
D | 25.0.0.txt | 8677 method public boolean shouldDisableDependents();
|
D | 24.2.0.txt | 8599 method public boolean shouldDisableDependents();
|
D | 23.0.0.txt | 8919 method public boolean shouldDisableDependents();
|
D | 23.1.1.txt | 9269 method public boolean shouldDisableDependents();
|
D | 25.4.0.txt | 9603 method public boolean shouldDisableDependents();
|