Home
last modified time | relevance | path

Searched refs:KEY_USE_TUTORIAL_MENU (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DMenuFragment.java20 import static com.android.quickstep.interaction.GestureSandboxActivity.KEY_USE_TUTORIAL_MENU;
71 savedInstanceState.putBoolean(KEY_USE_TUTORIAL_MENU, true); in onSaveInstanceState()
DGestureSandboxActivity.java56 static final String KEY_USE_TUTORIAL_MENU = "use_tutorial_menu"; field in GestureSandboxActivity
85 && args.getBoolean(KEY_USE_TUTORIAL_MENU, false)) { in onCreate()
DTutorialFragment.java23 import static com.android.quickstep.interaction.GestureSandboxActivity.KEY_USE_TUTORIAL_MENU;
452 savedInstanceState.putBoolean(KEY_USE_TUTORIAL_MENU, mFromTutorialMenu); in onSaveInstanceState()