Searched refs:KEY_ANIM_HEIGHT (Results 1 – 1 of 1) sorted by relevance
131 public static final String KEY_ANIM_HEIGHT = "android:activity.animHeight"; field in ActivityOptions758 mHeight = opts.getInt(KEY_ANIM_HEIGHT, 0); in ActivityOptions()769 mHeight = opts.getInt(KEY_ANIM_HEIGHT, 0); in ActivityOptions()1106 b.putInt(KEY_ANIM_HEIGHT, mHeight); in toBundle()1116 b.putInt(KEY_ANIM_HEIGHT, mHeight); in toBundle()