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

  /frameworks/base/core/java/android/app/
ExitTransitionCoordinator.java 420 mResultReceiver.send(MSG_TAKE_SHARED_ELEMENTS, mSharedElementBundle);
429 resultReceiver.send(MSG_TAKE_SHARED_ELEMENTS,
EnterTransitionCoordinator.java 223 case MSG_TAKE_SHARED_ELEMENTS:
ActivityTransitionCoordinator.java 61 * - MSG_TAKE_SHARED_ELEMENTS is sent to the EnterTransitionCoordinator
62 * 5) The MSG_TAKE_SHARED_ELEMENTS is received by the EnterTransitionCoordinator.
96 * - After both 4 & 5 complete, MSG_TAKE_SHARED_ELEMENTS is sent to the
98 * 6) MSG_TAKE_SHARED_ELEMENTS is received by EnterTransitionCoordinator
164 public static final int MSG_TAKE_SHARED_ELEMENTS = 103;
    [all...]

Completed in 817 milliseconds