Home
last modified time | relevance | path

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

/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DBullseyeActivity.kt25 val smallValueCallback = LottieRelativePointValueCallback(PointF(0f, 0f)) in onCreate() constant
26 …ionView.addValueCallback(KeyPath("Seventh"), LottieProperty.TRANSFORM_POSITION, smallValueCallback) in onCreate()
45 smallValueCallback.setValue(getPoint(totalDx, totalDy, 1.2f)) in onCreate()