Home
last modified time | relevance | path

Searched refs:appContext (Results 1 – 2 of 2) 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()
/development/samples/PictureInPicture/ComposePip/app/src/androidTest/java/com/example/samplepip/
DExampleInstrumentedTest.kt21 val appContext = InstrumentationRegistry.getInstrumentation().targetContext in useAppContext() constant
22 assertEquals("com.example.samplepip", appContext.packageName) in useAppContext()