Searched defs:orig (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsActivityTest.java | 57 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/ |
D | ConversationStatusTest.java | 69 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/ |
D | RGBZ.java | 160 private Bitmap setAlphaChannelFromBitmap(Bitmap depth, Bitmap orig, Bitmap dest) { in setAlphaChannelFromBitmap()
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageItemInfoTest.java | 137 public MockPackageItemInfo(PackageItemInfo orig) { in MockPackageItemInfo()
|
D | ComponentInfoTest.java | 303 public MyComponentInfo(ComponentInfo orig) { in MyComponentInfo()
|
/cts/tests/app/src/android/app/cts/ |
D | InstrumentationTest.java | 270 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/ |
D | BitmapColorSpaceTest.java | 191 Bitmap orig = Bitmap.createBitmap(32, 32, config, false, rgb); in createFromSourceWithColorSpace() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | LayerDrawableTest.java | 1886 LayerDrawable orig = new LayerDrawable(new Drawable[] { layer }); in testInvalidateDuringInit() local
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContextTest.java | 361 final ContextParams orig = new ContextParams.Builder() in testContextParams_Inherit() local
|