Searched refs:shouldDisableDependents (Results 1 – 8 of 8) sorted by relevance
88 final boolean wasBlocking = shouldDisableDependents(); in setText()94 final boolean isBlocking = shouldDisableDependents(); in setText()162 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EditTextPreference163 return TextUtils.isEmpty(mText) || super.shouldDisableDependents(); in shouldDisableDependents()
82 notifyDependencyChange(shouldDisableDependents()); in setChecked()98 public boolean shouldDisableDependents() { in shouldDisableDependents() method in TwoStatePreference100 return shouldDisable || super.shouldDisableDependents(); in shouldDisableDependents()
69 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PreferenceCategory
757 notifyDependencyChange(shouldDisableDependents()); in setEnabled()1242 dependent.onDependencyChanged(this, shouldDisableDependents()); in registerDependent()1290 notifyDependencyChange(shouldDisableDependents()); in onDependencyChanged()1307 notifyDependencyChange(shouldDisableDependents()); in onParentChanged()1319 public boolean shouldDisableDependents() { in shouldDisableDependents() method in Preference
217 preference.onParentChanged(this, shouldDisableDependents()); in onPrepareAddPreference()
95 public boolean shouldDisableDependents() { in shouldDisableDependents() method in YesNoPreference96 return !mWasPositiveResult || super.shouldDisableDependents(); in shouldDisableDependents()
24222 method public boolean shouldDisableDependents();
22632 method public boolean shouldDisableDependents();