Searched refs:MAX_SAMPLE_POINTS (Results 1 – 2 of 2) sorted by relevance
34 private static final int MAX_SAMPLE_POINTS = 300; field in FallbackLUTInterpolator52 numAnimFrames = Math.min(numAnimFrames, MAX_SAMPLE_POINTS); in createLUT()
1244 private static final int MAX_SAMPLE_POINTS = 300; field in AnimatedVectorDrawable.VectorDrawableAnimatorRT1491 if (numAnimFrames > MAX_SAMPLE_POINTS) { in getFrameCount()1494 numAnimFrames = MAX_SAMPLE_POINTS; in getFrameCount()