Searched refs:transitionKey (Results 1 – 1 of 1) sorted by relevance
157 public boolean wasStartCalled(int transitionKey) { in wasStartCalled() argument158 return ((TransitionCalledListener)mListeners[transitionKey]).startLatch.getCount() == 0; in wasStartCalled()161 public boolean wasEndCalled(int transitionKey) { in wasEndCalled() argument162 return ((TransitionCalledListener)mListeners[transitionKey]).endLatch.getCount() == 0; in wasEndCalled()165 public boolean waitForStart(int transitionKey) in waitForStart() argument167 TransitionCalledListener l = ((TransitionCalledListener)mListeners[transitionKey]); in waitForStart()171 public boolean waitForEnd(int transitionKey) in waitForEnd() argument173 TransitionCalledListener l = ((TransitionCalledListener)mListeners[transitionKey]); in waitForEnd()