package com.android.systemui.animation interface AnimationFeatureFlags { val isPredictiveBackQsDialogAnim: Boolean get() = false }