Home
last modified time | relevance | path

Searched refs:notifyDependencyChange (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/core/java/android/preference/
DPreferenceGroup.java294 public void notifyDependencyChange(boolean disableDependents) { in notifyDependencyChange() method in PreferenceGroup
295 super.notifyDependencyChange(disableDependents); in notifyDependencyChange()
DPreference.java839 notifyDependencyChange(shouldDisableDependents()); in setEnabled()
1432 public void notifyDependencyChange(boolean disableDependents) { in notifyDependencyChange() method in Preference
1456 notifyDependencyChange(shouldDisableDependents()); in onDependencyChanged()
1473 notifyDependencyChange(shouldDisableDependents()); in onParentChanged()
DTwoStatePreference.java83 notifyDependencyChange(shouldDisableDependents()); in setChecked()
DEditTextPreference.java96 notifyDependencyChange(shouldDisableDependents()); in setText()
/frameworks/support/v7/preference/src/android/support/v7/preference/
DPreferenceGroup.java364 public void notifyDependencyChange(boolean disableDependents) { in notifyDependencyChange() method in PreferenceGroup
365 super.notifyDependencyChange(disableDependents); in notifyDependencyChange()
DEditTextPreference.java72 notifyDependencyChange(isBlocking); in setText()
DPreference.java807 notifyDependencyChange(shouldDisableDependents()); in setEnabled()
1390 public void notifyDependencyChange(boolean disableDependents) { in notifyDependencyChange() method in Preference
1414 notifyDependencyChange(shouldDisableDependents()); in onDependencyChanged()
1431 notifyDependencyChange(shouldDisableDependents()); in onParentChanged()
DTwoStatePreference.java84 notifyDependencyChange(shouldDisableDependents()); in setChecked()
/frameworks/base/core/java/com/android/internal/preference/
DYesNoPreference.java71 notifyDependencyChange(!value); in setValue()
/frameworks/support/api/
D25.1.0.txt9046 method public void notifyDependencyChange(boolean);
D25.0.0.txt8632 method public void notifyDependencyChange(boolean);
D23.0.0.txt8877 method public void notifyDependencyChange(boolean);
D25.2.0.txt9046 method public void notifyDependencyChange(boolean);
D24.2.0.txt8554 method public void notifyDependencyChange(boolean);
D26.0.0-alpha1.txt9951 method public void notifyDependencyChange(boolean);
D23.2.1.txt9730 method public void notifyDependencyChange(boolean);
D25.3.0.txt9480 method public void notifyDependencyChange(boolean);
D23.2.0.txt9728 method public void notifyDependencyChange(boolean);
D23.1.1.txt9227 method public void notifyDependencyChange(boolean);
D25.4.0.txt9558 method public void notifyDependencyChange(boolean);
D23.4.0.txt9746 method public void notifyDependencyChange(boolean);
D23.1.0.txt9258 method public void notifyDependencyChange(boolean);
D24.0.0.txt10520 method public void notifyDependencyChange(boolean);
D26.0.0-beta1.txt10971 method public void notifyDependencyChange(boolean);
D26.0.0-SNAPSHOT.txt11167 method public void notifyDependencyChange(boolean);

12