Searched refs:SKIP_OVERVIEW (Results 1 – 8 of 8) sorted by relevance
32 SKIP_OVERVIEW,39 public static final int SKIP_OVERVIEW = 1 << 1; field in StateAnimationConfig
37 import com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW78 setupConfig.animFlags = SKIP_OVERVIEW.or(SKIP_DEPTH_CONTROLLER).or(SKIP_SCRIM)
25 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;127 config.animFlags = SKIP_OVERVIEW | SKIP_DEPTH_CONTROLLER | SKIP_SCRIM; in prepareToAnimate()
25 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;215 config.animFlags = SKIP_OVERVIEW | SKIP_DEPTH_CONTROLLER | SKIP_SCRIM; in prepareToAnimate()
32 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;84 if (config.hasAnimationFlag(SKIP_OVERVIEW)) { in setStateWithAnimation()
26 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;78 if (config.hasAnimationFlag(SKIP_OVERVIEW)) { in setStateWithAnimation()
41 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;292 config.animFlags = SKIP_OVERVIEW; in applyOverviewToAllAppsAnimConfig()
45 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;235 config.animFlags |= SKIP_OVERVIEW | SKIP_SCRIM; in updateNonOverviewAnim()