Home
last modified time | relevance | path

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

/cts/tests/fragment/src/android/fragment/cts/
DFragmentAnimatorTest.java55 private final static int POP_ENTER = 3; 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()
267 assertFragmentAnimation(replacement1, expectedAnimations, true, POP_ENTER); in replaceAnimators()
[all …]