Home
last modified time | relevance | path

Searched refs:MSG_TAKE_SHARED_ELEMENTS (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DExitTransitionCoordinator.java422 mResultReceiver.send(MSG_TAKE_SHARED_ELEMENTS, mSharedElementBundle); in notifyComplete()
431 resultReceiver.send(MSG_TAKE_SHARED_ELEMENTS, in notifyComplete()
DEnterTransitionCoordinator.java228 case MSG_TAKE_SHARED_ELEMENTS: in onReceiveResult()
DActivityTransitionCoordinator.java165 public static final int MSG_TAKE_SHARED_ELEMENTS = 103; field in ActivityTransitionCoordinator