Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimationLoading.java88 Context appContext = AnimationLoading.this; in createAnimation() local
92 loadAnimator(appContext, R.anim.object_animator); in createAnimation()
97 loadAnimator(appContext, R.anim.animator); in createAnimation()
105 (AnimatorSet) AnimatorInflater.loadAnimator(appContext, in createAnimation()
110 loadAnimator(appContext, R.anim.color_animator); in createAnimation()
114 loadAnimator(appContext, R.anim.object_animator_pvh); in createAnimation()
119 loadAnimator(appContext, R.anim.object_animator_pvh_kf); in createAnimation()
123 loadAnimator(appContext, R.anim.value_animator_pvh_kf); in createAnimation()
137 loadAnimator(appContext, R.anim.object_animator_pvh_kf_interpolated); in createAnimation()