Searched refs:mA11yTutorialDialogShown (Results 1 – 1 of 1) sorted by relevance
92 private boolean mA11yTutorialDialogShown = false; field in SystemNavigationGestureSettings102 mA11yTutorialDialogShown = in onCreate()104 if (mA11yTutorialDialogShown) { in onCreate()106 getContext(), dialog -> mA11yTutorialDialogShown = false); in onCreate()113 outState.putBoolean(KEY_SHOW_A11Y_TUTORIAL_DIALOG, mA11yTutorialDialogShown); in onSaveInstanceState()359 mA11yTutorialDialogShown = true; in setGestureNavigationTutorialDialog()361 dialog -> mA11yTutorialDialogShown = false); in setGestureNavigationTutorialDialog()363 mA11yTutorialDialogShown = false; in setGestureNavigationTutorialDialog()