Searched refs:ANIM_UNDEFINED (Results 1 – 2 of 2) sorted by relevance
303 public static final int ANIM_UNDEFINED = -1; field in ActivityOptions335 private int mAnimationType = ANIM_UNDEFINED;981 mAnimationType = opts.getInt(KEY_ANIM_TYPE, ANIM_UNDEFINED); in ActivityOptions()1586 if (mAnimationType != ANIM_UNDEFINED) { in toBundle()
33 import static android.app.ActivityOptions.ANIM_UNDEFINED;3895 case ANIM_UNDEFINED: in applyOptionsLocked()