Searched refs:mShowingCustom (Results 1 – 2 of 2) sorted by relevance
94 private boolean mShowingCustom; field in CaptionPropertiesFragment227 mShowingCustom = true; in initializeAllPreferences()372 if (!customPreset && mShowingCustom) { in refreshShowingCustom()374 mShowingCustom = false; in refreshShowingCustom()375 } else if (customPreset && !mShowingCustom) { in refreshShowingCustom()377 mShowingCustom = true; in refreshShowingCustom()
98 private boolean mShowingCustom; field in CaptionPropertiesFragment277 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()