Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DVoiceInteractionWindowController.kt44 private val isSeparateBackgroundEnabled = !DisplayController.isTransientTaskbar(context) constant in com.android.launcher3.taskbar.VoiceInteractionWindowController
64 if (!isSeparateBackgroundEnabled) { in init()
132 if (!isSeparateBackgroundEnabled) { in setIsVoiceInteractionWindowVisible()
144 if (isSeparateBackgroundEnabled) { in setIsVoiceInteractionWindowVisible()
207 if (!isSeparateBackgroundEnabled) { in setCornerRoundness()
216 pw.println("$prefix\tisSeparateBackgroundEnabled=$isSeparateBackgroundEnabled") in dumpLogs()