Home
last modified time | relevance | path

Searched refs:mPopExitAnim (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DBackStackRecord.java119 bse.mPopExitAnim = op.popExitAnim; in instantiate()
211 int mPopExitAnim; field in BackStackRecord
275 if (mPopEnterAnim != 0 || mPopExitAnim != 0) { in dump()
280 writer.println(Integer.toHexString(mPopExitAnim)); in dump()
405 op.popExitAnim = mPopExitAnim; in addOp()
519 mPopExitAnim = popExit; in setCustomAnimations()