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 411 mResultReceiver.send(MSG_TAKE_SHARED_ELEMENTS, mSharedElementBundle);
EnterTransitionCoordinator.java 224 case MSG_TAKE_SHARED_ELEMENTS:
ActivityTransitionCoordinator.java 60 * - MSG_TAKE_SHARED_ELEMENTS is sent to the EnterTransitionCoordinator
61 * 5) The MSG_TAKE_SHARED_ELEMENTS is received by the EnterTransitionCoordinator.
95 * - After both 4 & 5 complete, MSG_TAKE_SHARED_ELEMENTS is sent to the
97 * 6) MSG_TAKE_SHARED_ELEMENTS is received by EnterTransitionCoordinator
163 public static final int MSG_TAKE_SHARED_ELEMENTS = 103;
    [all...]

Completed in 161 milliseconds