1 package com.android.systemui.animation 2 3 interface AnimationFeatureFlags { 4 val isPredictiveBackQsDialogAnim: Boolean 5 get() = false 6 } 7