Searched refs:appContext (Results 1 – 2 of 2) sorted by relevance
88 Context appContext = AnimationLoading.this; in createAnimation() local92 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()
21 val appContext = InstrumentationRegistry.getInstrumentation().targetContext in useAppContext() constant22 assertEquals("com.example.samplepip", appContext.packageName) in useAppContext()