Searched refs:POP_EXIT (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/ |
D | FragmentAnimatorTest.java | 62 private static final int POP_EXIT = 4; field in FragmentAnimatorTest 81 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in addAnimators() 105 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in removeAnimators() 135 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in showAnimatorsReordered() 182 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in showAnimatorsOrdered() 220 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in hideAnimators() 245 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in attachAnimators() 269 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in detachAnimators() 297 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in replaceAnimators() 311 assertFragmentAnimation(fragment3, 2, false, POP_EXIT); in replaceAnimators() [all …]
|
D | FragmentAnimationTest.java | 64 private static final int POP_EXIT = 4; field in FragmentAnimationTest 86 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in addAnimators() 106 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in removeAnimators() 126 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in showAnimators() 146 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in hideAnimators() 166 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in attachAnimators() 186 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in detachAnimators() 212 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in replaceAnimators() 225 assertFragmentAnimation(fragment3, 2, false, POP_EXIT); in replaceAnimators() 242 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in postponedAddAnimators() [all …]
|