Home
last modified time | relevance | path

Searched defs:numAnimFrames (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/animation/
H A DFallbackLUTInterpolator.java52 int numAnimFrames = Math.max(2, (int) Math.ceil(((double) duration) / animIntervalMs)); in createLUT() local
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java1479 int numAnimFrames = (int) Math.ceil(((double) duration) / animIntervalMs); in getFrameCount() local
1497 int numAnimFrames = getFrameCount(duration); in createFloatDataPoints() local
1509 int numAnimFrames = getFrameCount(duration); in createIntDataPoints() local