Home
last modified time | relevance | path

Searched refs:mShowingCustom (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java89 private boolean mShowingCustom; field in CaptionAppearanceFragment
215 mShowingCustom = true; in initializeAllPreferences()
355 if (!customPreset && mShowingCustom) { in refreshShowingCustom()
357 mShowingCustom = false; in refreshShowingCustom()
358 } else if (customPreset && !mShowingCustom) { in refreshShowingCustom()
360 mShowingCustom = true; in refreshShowingCustom()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java98 private boolean mShowingCustom; field in CaptionPropertiesFragment
277 mShowingCustom = true; in initializeAllPreferences()
419 if (!customPreset && mShowingCustom) { in refreshShowingCustom()
421 mShowingCustom = false; in refreshShowingCustom()
422 } else if (customPreset && !mShowingCustom) { in refreshShowingCustom()
424 mShowingCustom = true; in refreshShowingCustom()