Searched refs:POP_EXIT (Results 1 – 1 of 1) sorted by relevance
/cts/tests/fragment/src/android/fragment/cts/ |
D | FragmentAnimatorTest.java | 56 private final static int POP_EXIT = 4; field in FragmentAnimatorTest 75 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in addAnimators() 95 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in removeAnimators() 120 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in showAnimatorsReordered() 156 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in showAnimatorsOrdered() 184 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in hideAnimators() 204 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in attachAnimators() 224 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in detachAnimators() 250 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in replaceAnimators() 263 assertFragmentAnimation(fragment3, 2, false, POP_EXIT); in replaceAnimators() [all …]
|