Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieAnimationView.java251 setIgnoreDisabledSystemAnimations( in init()
382 public void setIgnoreDisabledSystemAnimations(boolean ignore) { in setIgnoreDisabledSystemAnimations() method in LottieAnimationView
383 lottieDrawable.setIgnoreDisabledSystemAnimations(ignore); in setIgnoreDisabledSystemAnimations()
DLottieDrawable.java1285 public void setIgnoreDisabledSystemAnimations(boolean ignore) { in setIgnoreDisabledSystemAnimations() method
/external/lottie/
DCHANGELOG.md227 * Added an API to ignore disabled system animations (setIgnoreDisabledSystemAnimations(boolean)) ([…