Searched refs:mExitAnim (Results 1 – 4 of 4) sorted by relevance
100 private int mExitAnim; field in NavOptions113 mExitAnim = exitAnim; in NavOptions()192 return mExitAnim; in getExitAnim()224 b.putInt(KEY_EXIT_ANIM, mExitAnim); in toBundle()249 int mExitAnim = -1; field in NavOptions.Builder364 mExitAnim = exitAnim; in setExitAnim()404 mEnterAnim, mExitAnim, mPopEnterAnim, mPopExitAnim); in build()
117 bse.mExitAnim = op.exitAnim; in instantiate()209 int mExitAnim; field in BackStackRecord268 if (mEnterAnim != 0 || mExitAnim != 0) { in dump()273 writer.println(Integer.toHexString(mExitAnim)); in dump()403 op.exitAnim = mExitAnim; in addOp()517 mExitAnim = exit; in setCustomAnimations()
115 bse.mExitAnim = op.exitAnim; in instantiate()211 int mExitAnim; field in BackStackRecord265 if (mEnterAnim != 0 || mExitAnim !=0) { in dump()269 writer.println(Integer.toHexString(mExitAnim)); in dump()372 op.exitAnim = mExitAnim; in addOp()499 mExitAnim = exit; in setCustomAnimations()
1261 Assert.assertEquals(exit, record.mExitAnim); in assertAnimationsMatch()