Searched refs:SKIP_OVERVIEW (Results 1 – 6 of 6) sorted by relevance
32 SKIP_OVERVIEW,39 public static final int SKIP_OVERVIEW = 1 << 1; field in StateAnimationConfig
24 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;65 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()
23 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;117 config.animFlags = SKIP_OVERVIEW | SKIP_DEPTH_CONTROLLER | SKIP_SCRIM; in prepareToAnimate()
24 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;194 config.animFlags = SKIP_OVERVIEW | SKIP_DEPTH_CONTROLLER | SKIP_SCRIM; in prepareToAnimate()
39 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;213 config.animFlags |= SKIP_OVERVIEW | SKIP_SCRIM; in updateNonOverviewAnim()