Searched refs:mAnimatedVectorDrawableCompat (Results 1 – 1 of 1) sorted by relevance
33 private AnimatedVectorDrawableCompat mAnimatedVectorDrawableCompat; field in VectorAnimationController44 mAnimatedVectorDrawableCompat = AnimatedVectorDrawableCompat.create(context, animationId); in VectorAnimationController()48 mAnimatedVectorDrawableCompat.start(); in VectorAnimationController()55 return mAnimatedVectorDrawableCompat.getIntrinsicWidth(); in getVideoWidth()60 return mAnimatedVectorDrawableCompat.getIntrinsicHeight(); in getVideoHeight()65 mAnimatedVectorDrawableCompat.stop(); in pause()70 mAnimatedVectorDrawableCompat.start(); in start()75 return mAnimatedVectorDrawableCompat.isRunning(); in isPlaying()94 mAnimatedVectorDrawableCompat.stop(); in release()95 mAnimatedVectorDrawableCompat.clearAnimationCallbacks(); in release()[all …]