Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/remote/strprotocol/
DAbstractRemoteTestRunnerClient.java152 protected abstract void notifyStart(final GenericMessage genericMessage); in notifyStart() method in AbstractRemoteTestRunnerClient
182 notifyStart((GenericMessage) message); in run()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DBaseLottieAnimator.java54 void notifyStart(boolean isReverse) { in notifyStart() method in BaseLottieAnimator
DLottieValueAnimator.java206 notifyStart(isReversed()); in playAnimation()