aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/ca/allanwang/kau/utils/AnimUtils.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-08 20:31:39 -0700
committerAllan Wang <me@allanwang.ca>2017-07-08 20:31:39 -0700
commitbcc7dd36752829b650b583fd6ee6168de3e6f95a (patch)
treeb17bb31ed06be64d3088c63bf35fc4f9b98099d2 /core/src/main/kotlin/ca/allanwang/kau/utils/AnimUtils.kt
parent81996038462de1be86643e95d262933c4b96c551 (diff)
downloadkau-bcc7dd36752829b650b583fd6ee6168de3e6f95a.tar.gz
kau-bcc7dd36752829b650b583fd6ee6168de3e6f95a.tar.bz2
kau-bcc7dd36752829b650b583fd6ee6168de3e6f95a.zip
Optimize imports
Diffstat (limited to 'core/src/main/kotlin/ca/allanwang/kau/utils/AnimUtils.kt')
-rw-r--r--core/src/main/kotlin/ca/allanwang/kau/utils/AnimUtils.kt3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/main/kotlin/ca/allanwang/kau/utils/AnimUtils.kt b/core/src/main/kotlin/ca/allanwang/kau/utils/AnimUtils.kt
index 86b049e..2704387 100644
--- a/core/src/main/kotlin/ca/allanwang/kau/utils/AnimUtils.kt
+++ b/core/src/main/kotlin/ca/allanwang/kau/utils/AnimUtils.kt
@@ -2,16 +2,13 @@ package ca.allanwang.kau.utils
import android.animation.Animator
import android.animation.AnimatorListenerAdapter
-import android.content.Context
import android.support.annotation.StringRes
import android.view.View
import android.view.ViewAnimationUtils
import android.view.animation.Animation
import android.view.animation.AnimationUtils
import android.view.animation.DecelerateInterpolator
-import android.view.animation.Interpolator
import android.widget.TextView
-import ca.allanwang.kau.kotlin.lazyContext
/**
* Created by Allan Wang on 2017-06-01.