Searched refs:mCustomExitResId (Results 1 – 2 of 2) sorted by relevance
304 private int mCustomExitResId; field in ActivityOptions384 opts.mCustomExitResId = exitResId; in makeCustomAnimation()903 mCustomExitResId = opts.getInt(KEY_ANIM_EXIT_RES_ID, 0); in ActivityOptions()1023 return mCustomExitResId; in getCustomExitResId()1373 mCustomExitResId = otherOptions.mCustomExitResId; in update()1457 b.putInt(KEY_ANIM_EXIT_RES_ID, mCustomExitResId); in toBundle()
2006 Landroid/app/ActivityOptions;->mCustomExitResId:I