Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieAnimationView.java114 private int buildDrawingCacheDepth = 0; field in LottieAnimationView
971 buildDrawingCacheDepth++; in buildDrawingCache()
973 if (buildDrawingCacheDepth == 1 && getWidth() > 0 && getHeight() > 0 && in buildDrawingCache()
977 buildDrawingCacheDepth--; in buildDrawingCache()