Searched refs:shouldDisable (Results 1 – 2 of 2) sorted by relevance
108 boolean shouldDisable = mDisableDependentsState ? mChecked : !mChecked; in shouldDisableDependents()109 return shouldDisable || super.shouldDisableDependents(); in shouldDisableDependents()
111 public void setShouldDisableCanAffectSystemUiFlags(boolean shouldDisable) { in setShouldDisableCanAffectSystemUiFlags() argument112 mShouldDisableCanAffectSystemUiFlags = shouldDisable; in setShouldDisableCanAffectSystemUiFlags()