Home
last modified time | relevance | path

Searched defs:d1 (Results 1 – 18 of 18) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableTest.java152 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate() local
187 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testGetOpacity() local
197 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testColorFilter() local
206 final AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testReset() local
221 final AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testStop() local
239 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) imageView.getDrawable(); in testAddCallbackBeforeStart() local
256 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) imageView.getDrawable(); in testAddCallbackAfterTrigger() local
277 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) imageView.getDrawable(); in testAddCallbackAfterStart() local
297 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) imageView.getDrawable(); in testRemoveCallback() local
317 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) imageView.getDrawable(); in testClearCallback() local
DAnimatedVectorDrawableParameterizedTest.java208 final AnimatedVectorDrawable d1 = in testSingleFrameAnimation() local
236 final AnimatedVectorDrawable d1 = in testEmptyAnimatorSet() local
DLevelListDrawableTest.java191 LevelListDrawable d1 = in testMutate() local
DRotateDrawableTest.java291 RotateDrawable d1 = (RotateDrawable) mResources.getDrawable(R.drawable.rotatedrawable); in testMutate() local
DStateListDrawableTest.java333 StateListDrawable d1 = in testMutate() local
DAnimationDrawableTest.java319 AnimationDrawable d1 = (AnimationDrawable) mResources in testMutate() local
DVectorDrawableTest.java351 VectorDrawable d1 = (VectorDrawable) mResources.getDrawable(R.drawable.vector_icon_create); in testMutate() local
DScaleDrawableTest.java478 ScaleDrawable d1 = (ScaleDrawable) mContext.getDrawable(R.drawable.scaledrawable); in testMutate() local
DGradientDrawableTest.java496 GradientDrawable d1 = in testMutate() local
DBitmapDrawableTest.java513 BitmapDrawable d1 = (BitmapDrawable) resources.getDrawable(R.drawable.testimage); in testMutate() local
DNinePatchDrawableTest.java394 NinePatchDrawable d1 = in testMutate() local
DLayerDrawableTest.java262 Drawable d1 = new ColorDrawable(Color.GREEN); in testAccessDrawable() local
1636 LayerDrawable d1 = (LayerDrawable) mContext.getDrawable(R.drawable.layerdrawable); in testMutate() local
/cts/tests/openglperf2/test/
DMatrixTest.cpp63 float* d1 = m1.mData; in TEST() local
114 float* d1 = m1.mData; in TEST() local
/cts/tests/tests/widget/src/android/widget/cts/
DProgressBarTest.java518 Drawable d1 = mActivity.getDrawable(R.drawable.blue); in testVerifyDrawable() local
/cts/tests/tests/view/src/android/view/cts/
DDragDropTest.java66 private static boolean equal(ClipDescription d1, ClipDescription d2) { in equal()
85 private static boolean equal(ClipData d1, ClipData d2) { in equal()
DViewTest.java650 Drawable d1 = mResources.getDrawable(R.drawable.scenery); in testAccessBackground() local
711 Drawable d1 = mResources.getDrawable(R.drawable.scenery); in testVerifyDrawable() local
2837 final Drawable d1 = mResources.getDrawable(R.drawable.scenery); in testInvalidateDrawable() local
/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java318 final double d1 = 10.06; in testGetDouble2() local
DParcelTest.java68 int d1; in testAppendFrom() local