Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java97 private boolean mShowingCustom; field in CaptionPropertiesFragment
274 mShowingCustom = true; in initializeAllPreferences()
416 if (!customPreset && mShowingCustom) { in refreshShowingCustom()
418 mShowingCustom = false; in refreshShowingCustom()
419 } else if (customPreset && !mShowingCustom) { in refreshShowingCustom()
421 mShowingCustom = true; in refreshShowingCustom()