Searched refs:mA11yTutorialDialogShown (Results 1 – 1 of 1) sorted by relevance
89 private boolean mA11yTutorialDialogShown = false; field in SystemNavigationGestureSettings99 mA11yTutorialDialogShown = in onCreate()101 if (mA11yTutorialDialogShown) { in onCreate()103 getContext(), dialog -> mA11yTutorialDialogShown = false); in onCreate()110 outState.putBoolean(KEY_SHOW_A11Y_TUTORIAL_DIALOG, mA11yTutorialDialogShown); in onSaveInstanceState()345 mA11yTutorialDialogShown = true; in setGestureNavigationTutorialDialog()347 dialog -> mA11yTutorialDialogShown = false); in setGestureNavigationTutorialDialog()349 mA11yTutorialDialogShown = false; in setGestureNavigationTutorialDialog()