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.java95 private boolean mShowingCustom; field in CaptionPropertiesFragment
267 mShowingCustom = true; in initializeAllPreferences()
380 if (!customPreset && mShowingCustom) { in refreshShowingCustom()
382 mShowingCustom = false; in refreshShowingCustom()
383 } else if (customPreset && !mShowingCustom) { in refreshShowingCustom()
385 mShowingCustom = true; in refreshShowingCustom()