Home
last modified time | relevance | path

Searched defs:orig (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsActivityTest.java57 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_good); in testGood() local
83 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_bad_1); in testDerivedClass() local
112 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_bad_2); in testWebView() local
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DConversationStatusTest.java69 final ConversationStatus orig = new ConversationStatus.Builder("id", 100).build(); in testParcelEmpty() local
89 final ConversationStatus orig = in testParcel() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DRGBZ.java160 private Bitmap setAlphaChannelFromBitmap(Bitmap depth, Bitmap orig, Bitmap dest) { in setAlphaChannelFromBitmap()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageItemInfoTest.java137 public MockPackageItemInfo(PackageItemInfo orig) { in MockPackageItemInfo()
DComponentInfoTest.java303 public MyComponentInfo(ComponentInfo orig) { in MyComponentInfo()
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java270 MotionEvent orig = MotionEvent.obtain(now, now, MotionEvent.ACTION_DOWN, in testSendTrackballEventSync() local
444 MotionEvent orig = MotionEvent.obtain(now, now, MotionEvent.ACTION_DOWN, in testSendPointerSync() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java191 Bitmap orig = Bitmap.createBitmap(32, 32, config, false, rgb); in createFromSourceWithColorSpace() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java1886 LayerDrawable orig = new LayerDrawable(new Drawable[] { layer }); in testInvalidateDuringInit() local
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java361 final ContextParams orig = new ContextParams.Builder() in testContextParams_Inherit() local