Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DScene.java45 Runnable mExitAction; field in Scene
158 if (mExitAction != null) { in exit()
159 mExitAction.run(); in exit()
260 mExitAction = action; in setExitAction()