Searched refs:POP_ENTER (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/ |
D | FragmentAnimatorTest.java | 60 private static final int POP_ENTER = 3; 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() 315 assertFragmentAnimation(replacement1, expectedAnimations, true, POP_ENTER); in replaceAnimators() [all …]
|
D | FragmentAnimationTest.java | 62 private static final int POP_ENTER = 3; 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() 229 assertFragmentAnimation(replacement1, expectedAnimations, true, POP_ENTER); in replaceAnimators() 230 assertFragmentAnimation(replacement2, expectedAnimations, true, POP_ENTER); in replaceAnimators() [all …]
|