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 241 case MSG_EXIT_TRANSITION_COMPLETE:
576 send(MSG_EXIT_TRANSITION_COMPLETE, null);
ExitTransitionCoordinator.java 461 mResultReceiver.send(MSG_EXIT_TRANSITION_COMPLETE, null);
ActivityTransitionCoordinator.java 78 * - MSG_EXIT_TRANSITION_COMPLETE is sent to the EnterTransitionCoordinator.
79 * 8) The MSG_EXIT_TRANSITION_COMPLETE is received by the EnterTransitionCoordinator.
114 * - MSG_EXIT_TRANSITION_COMPLETE is sent to the EnterTransitionCoordinator.
116 * 9) The MSG_EXIT_TRANSITION_COMPLETE is received by the EnterTransitionCoordinator.
148 * MSG_EXIT_TRANSITION_COMPLETE if allowOverlappingTransitions() is true.
167 * MSG_EXIT_TRANSITION_COMPLETE if allowOverlappingTransitions() is true.
179 public static final int MSG_EXIT_TRANSITION_COMPLETE = 104;
    [all...]

Completed in 222 milliseconds