Home
last modified time | relevance | path

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

/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DBullseyeActivity.kt22 val mediumValueCallback = LottieRelativePointValueCallback(PointF(0f, 0f)) in onCreate() constant
23 …ionView.addValueCallback(KeyPath("Fourth"), LottieProperty.TRANSFORM_POSITION, mediumValueCallback) in onCreate()
46 mediumValueCallback.setValue(getPoint(totalDx, totalDy, 1f)) in onCreate()