Searched refs:showingLauncherIcon (Results 1 – 1 of 1) sorted by relevance
168 Mutable<Boolean> showingLauncherIcon = new Mutable<>(false); in onCreate() local170 if (showingLauncherIcon.value) { in onCreate()175 showingLauncherIcon.value = !showingLauncherIcon.value; in onCreate()