HomeSort by relevance Sort by last modified time
    Searched refs:shouldDisableDependents (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/support/v7/preference/src/android/support/v7/preference/
EditTextPreference.java 64 final boolean wasBlocking = shouldDisableDependents();
70 final boolean isBlocking = shouldDisableDependents();
96 public boolean shouldDisableDependents() {
97 return TextUtils.isEmpty(mText) || super.shouldDisableDependents();
TwoStatePreference.java 84 notifyDependencyChange(shouldDisableDependents());
100 public boolean shouldDisableDependents() {
102 return shouldDisable || super.shouldDisableDependents();
PreferenceCategory.java 73 public boolean shouldDisableDependents() {
Preference.java 807 notifyDependencyChange(shouldDisableDependents());
    [all...]
PreferenceGroup.java 272 preference.onParentChanged(this, shouldDisableDependents());
  /packages/apps/Settings/src/com/android/settings/accessibility/
PresetPreference.java 45 public boolean shouldDisableDependents() {
47 || super.shouldDisableDependents();
EdgeTypePreference.java 50 public boolean shouldDisableDependents() {
51 return getValue() == CaptionStyle.EDGE_TYPE_NONE || super.shouldDisableDependents();
ColorPreference.java 63 public boolean shouldDisableDependents() {
64 return Color.alpha(getValue()) == 0 || super.shouldDisableDependents();
ListDialogPreference.java 207 notifyDependencyChange(shouldDisableDependents());
  /frameworks/base/core/java/android/preference/
PreferenceCategory.java 69 public boolean shouldDisableDependents() {
EditTextPreference.java 96 notifyDependencyChange(shouldDisableDependents());
164 public boolean shouldDisableDependents() {
165 return TextUtils.isEmpty(mText) || super.shouldDisableDependents();
TwoStatePreference.java 83 notifyDependencyChange(shouldDisableDependents());
99 public boolean shouldDisableDependents() {
101 return shouldDisable || super.shouldDisableDependents();
PreferenceGroup.java 217 preference.onParentChanged(this, shouldDisableDependents());
Preference.java 839 notifyDependencyChange(shouldDisableDependents());
    [all...]
  /frameworks/base/core/java/com/android/internal/preference/
YesNoPreference.java 95 public boolean shouldDisableDependents() {
96 return !mWasPositiveResult || super.shouldDisableDependents();
  /packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
AutoCompleteEditTextPreference.java 115 notifyDependencyChange(shouldDisableDependents());
197 public boolean shouldDisableDependents() {
198 return TextUtils.isEmpty(mText) || super.shouldDisableDependents();
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceFromCodeActivity.java 59 checkboxPref.shouldDisableDependents();
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
CollapsibleCheckboxPreferenceGroup.java 143 notifyDependencyChange(shouldDisableDependents());
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 401 public boolean shouldDisableDependents() {
  /prebuilts/sdk/current/support/v7/preference/libs/
android-support-v7-preference.jar 
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsFragment.java 170 notifyDependencyChange(shouldDisableDependents());
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 3129 milliseconds

1 2