Searched defs:mExitAnim (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DBackStackRecord.java150 bse.mExitAnim = op.exitAnim;
235 int mExitAnim; field in class:BackStackRecord
291 if (mEnterAnim != 0 || mExitAnim != 0) {
295 writer.print(" mExitAnim=#");
296 writer.println(Integer.toHexString(mExitAnim));
443 op.exitAnim = mExitAnim;
560 mExitAnim = exit;
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java138 bse.mExitAnim = op.exitAnim;
224 int mExitAnim; field in class:BackStackRecord
275 if (mEnterAnim != 0 || mExitAnim !=0) {
278 writer.print(" mExitAnim=#");
279 writer.println(Integer.toHexString(mExitAnim));
396 op.exitAnim = mExitAnim;
513 mExitAnim = exit;

Completed in 89 milliseconds