Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DEnterTransitionCoordinator.java229 case MSG_EXIT_TRANSITION_COMPLETE: in onReceiveResult()
507 send(MSG_EXIT_TRANSITION_COMPLETE, null); in sharedElementTransitionStarted()
DExitTransitionCoordinator.java444 mResultReceiver.send(MSG_EXIT_TRANSITION_COMPLETE, null); in notifyExitComplete()
DActivityTransitionCoordinator.java174 public static final int MSG_EXIT_TRANSITION_COMPLETE = 104; field in ActivityTransitionCoordinator