Searched refs:mEnterAction (Results 1 – 3 of 3) sorted by relevance
38 Runnable mEnterAction, mExitAction; field in Scene182 if (mEnterAction != null) { in enter()183 mEnterAction.run(); in enter()231 mEnterAction = action; in setEnterAction()
42 private Runnable mEnterAction, mExitAction; field in Scene180 if (mEnterAction != null) { in enter()181 mEnterAction.run(); in enter()228 mEnterAction = action; in setEnterAction()
5799 Landroid/transition/Scene;->mEnterAction:Ljava/lang/Runnable;