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

1 2

  /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();
Preference.java 839 notifyDependencyChange(shouldDisableDependents());
    [all...]
  /frameworks/support/preference/src/main/java/androidx/preference/
PreferenceCategory.java 65 public boolean shouldDisableDependents() {
EditTextPreference.java 65 final boolean wasBlocking = shouldDisableDependents();
71 final boolean isBlocking = shouldDisableDependents();
97 public boolean shouldDisableDependents() {
98 return TextUtils.isEmpty(mText) || super.shouldDisableDependents();
TwoStatePreference.java 85 notifyDependencyChange(shouldDisableDependents());
101 public boolean shouldDisableDependents() {
103 return shouldDisable || super.shouldDisableDependents();
Preference.java 812 notifyDependencyChange(shouldDisableDependents());
    [all...]
  /packages/apps/Settings/src/com/android/settings/accessibility/
PresetPreference.java 45 public boolean shouldDisableDependents() {
47 || super.shouldDisableDependents();
ColorPreference.java 63 public boolean shouldDisableDependents() {
64 return Color.alpha(getValue()) == 0 || super.shouldDisableDependents();
EdgeTypePreference.java 50 public boolean shouldDisableDependents() {
51 return getValue() == CaptionStyle.EDGE_TYPE_NONE || super.shouldDisableDependents();
ListDialogPreference.java 207 notifyDependencyChange(shouldDisableDependents());
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceFromCodeActivity.java 59 checkboxPref.shouldDisableDependents();
  /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 118 notifyDependencyChange(shouldDisableDependents());
194 public boolean shouldDisableDependents() {
195 return TextUtils.isEmpty(mText) || super.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() {
CallBarringEditPreference.java 255 notifyDependencyChange(shouldDisableDependents());
266 public boolean shouldDisableDependents() {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsFragment.java 181 notifyDependencyChange(shouldDisableDependents());
    [all...]
  /frameworks/support/jetifier/jetifier/processor/src/test/resources/changeDetectionTest/
testPreference.class 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 

Completed in 241 milliseconds

1 2