Home
last modified time | relevance | path

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

/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/test/
DFragmentTestActivity.java157 public boolean wasStartCalled(int transitionKey) { in wasStartCalled() argument
158 return ((TransitionCalledListener)mListeners[transitionKey]).startLatch.getCount() == 0; in wasStartCalled()
161 public boolean wasEndCalled(int transitionKey) { in wasEndCalled() argument
162 return ((TransitionCalledListener)mListeners[transitionKey]).endLatch.getCount() == 0; in wasEndCalled()
165 public boolean waitForStart(int transitionKey) in waitForStart() argument
167 TransitionCalledListener l = ((TransitionCalledListener)mListeners[transitionKey]); in waitForStart()
171 public boolean waitForEnd(int transitionKey) in waitForEnd() argument
173 TransitionCalledListener l = ((TransitionCalledListener)mListeners[transitionKey]); in waitForEnd()