Searched refs:EXIT (Results 1 – 4 of 4) sorted by relevance
/cts/tests/fragment/src/android/fragment/cts/ |
D | FragmentAnimatorTest.java | 53 private final static int EXIT = 2; field in FragmentAnimatorTest 74 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in addAnimators() 94 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in removeAnimators() 119 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in showAnimatorsReordered() 155 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in showAnimatorsOrdered() 183 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in hideAnimators() 203 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in attachAnimators() 223 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in detachAnimators() 249 .setCustomAnimations(ENTER, EXIT, POP_ENTER, POP_EXIT) in replaceAnimators() 255 assertFragmentAnimation(fragment1, 1, false, EXIT); in replaceAnimators() [all …]
|
/cts/tests/signature/ |
D | runSignatureTests.sh | 44 trap "echo Removing temporary directory; rm -f $TMPFILE" EXIT
|
/cts/tests/app/app/src/android/app/stubs/ |
D | FragmentTestActivity.java | 49 public static final int EXIT = 2; field in FragmentTestActivity.TestFragment 127 setExitTransition(loadTransition(EXIT)); in onAttach()
|
/cts/apps/CtsVerifier/ |
D | create_test_certs.sh | 11 trap 'rm -r ${tmpdir}; echo; exit 1' EXIT INT QUIT
|