HomeSort by relevance Sort by last modified time
    Searched refs:MSG_EXIT_TRANSITION_COMPLETE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/app/
EnterTransitionCoordinator.java 234 case MSG_EXIT_TRANSITION_COMPLETE:
499 send(MSG_EXIT_TRANSITION_COMPLETE, null);
ExitTransitionCoordinator.java 415 mResultReceiver.send(MSG_EXIT_TRANSITION_COMPLETE, null);
ActivityTransitionCoordinator.java 72 * - MSG_EXIT_TRANSITION_COMPLETE is sent to the EnterTransitionCoordinator.
73 * 8) The MSG_EXIT_TRANSITION_COMPLETE is received by the EnterTransitionCoordinator.
108 * - MSG_EXIT_TRANSITION_COMPLETE is sent to the EnterTransitionCoordinator.
110 * 9) The MSG_EXIT_TRANSITION_COMPLETE is received by the EnterTransitionCoordinator.
142 * MSG_EXIT_TRANSITION_COMPLETE if allowOverlappingTransitions() is true.
161 * MSG_EXIT_TRANSITION_COMPLETE if allowOverlappingTransitions() is true.
173 public static final int MSG_EXIT_TRANSITION_COMPLETE = 104;
    [all...]

Completed in 44 milliseconds