Searched refs:mNeedsQSTooltipReshow (Results 1 – 4 of 4) sorted by relevance
42 private boolean mNeedsQSTooltipReshow = false; field in AccessibilityQuickSettingsPrimarySwitchPreferenceController61 mNeedsQSTooltipReshow = savedInstanceState.getBoolean(KEY_SAVED_QS_TOOLTIP_RESHOW); in onCreate()78 if (mNeedsQSTooltipReshow || isTooltipWindowShowing) { in onSaveInstanceState()87 if (mNeedsQSTooltipReshow) { in displayPreference()127 if (!mNeedsQSTooltipReshow && AccessibilityQuickSettingUtils.hasValueInSharedPreferences( in showQuickSettingsTooltipIfNeeded()145 mNeedsQSTooltipReshow = false; in showQuickSettingsTooltipIfNeeded()
54 private boolean mNeedsQSTooltipReshow = false; field in PreviewSizeSeekBarController108 mNeedsQSTooltipReshow = savedInstanceState.getBoolean(KEY_SAVED_QS_TOOLTIP_RESHOW); in onCreate()125 if (mNeedsQSTooltipReshow || isTooltipWindowShowing) { in onSaveInstanceState()151 if (mNeedsQSTooltipReshow) { in displayPreference()219 if (!mNeedsQSTooltipReshow && AccessibilityQuickSettingUtils.hasValueInSharedPreferences(238 mNeedsQSTooltipReshow = false;
78 private boolean mNeedsQSTooltipReshow = false; field in AccessibilityShortcutPreferenceFragment108 mNeedsQSTooltipReshow = savedInstanceState.getBoolean(KEY_SAVED_QS_TOOLTIP_RESHOW); in onCreate()163 if (mNeedsQSTooltipReshow) { in onViewCreated()203 if (mNeedsQSTooltipReshow || isTooltipWindowShowing) { in onSaveInstanceState()558 if (!mNeedsQSTooltipReshow && AccessibilityQuickSettingUtils.hasValueInSharedPreferences( in showQuickSettingsTooltipIfNeeded()578 mNeedsQSTooltipReshow = false; in showQuickSettingsTooltipIfNeeded()
125 private boolean mNeedsQSTooltipReshow = false; field in ToggleFeaturePreferenceFragment151 mNeedsQSTooltipReshow = savedInstanceState.getBoolean(KEY_SAVED_QS_TOOLTIP_RESHOW); in onCreate()254 if (mNeedsQSTooltipReshow) { in onViewCreated()296 if (mNeedsQSTooltipReshow || isTooltipWindowShowing) { in onSaveInstanceState()936 if (!mNeedsQSTooltipReshow && AccessibilityQuickSettingUtils.hasValueInSharedPreferences( in showQuickSettingsTooltipIfNeeded()956 mNeedsQSTooltipReshow = false; in showQuickSettingsTooltipIfNeeded()