Searched refs:shouldDisableDependents (Results 1 – 5 of 5) sorted by relevance
45 public boolean shouldDisableDependents() { in shouldDisableDependents() method in PresetPreference47 || super.shouldDisableDependents(); in shouldDisableDependents()
50 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EdgeTypePreference51 return getValue() == CaptionStyle.EDGE_TYPE_NONE || super.shouldDisableDependents(); in shouldDisableDependents()
62 public boolean shouldDisableDependents() { in shouldDisableDependents() method in ColorPreference63 return Color.alpha(getValue()) == 0 || super.shouldDisableDependents(); in shouldDisableDependents()
205 notifyDependencyChange(shouldDisableDependents()); in setValue()
398 public boolean shouldDisableDependents() { in shouldDisableDependents() method in EditPhoneNumberPreference