Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGameObject.java69 private ActionType mCurrentAction; field in GameObject
107 mCurrentAction = ActionType.INVALID; in reset()
241 return mCurrentAction; in getCurrentAction()
245 mCurrentAction = type; in setCurrentAction()