Home
last modified time | relevance | path

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

/aosp14/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
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java1497 int numAnimFrames = (int) Math.ceil(((double) duration) / animIntervalMs); in getFrameCount() local
1515 int numAnimFrames = getFrameCount(duration); in createFloatDataPoints() local
1527 int numAnimFrames = getFrameCount(duration); in createIntDataPoints() local