Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 28) sorted by relevance

12

/cts/tests/tests/widget/src/android/widget/cts/
DFrameLayout_LayoutParamsTest.java92 FrameLayout.LayoutParams copy; in testCopyConstructor() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DFileCopyHelper.java62 public String copy(int resId, String fileName) throws IOException { in copy() method in FileCopyHelper
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DFileCopyHelper.java62 public String copy(int resId, String fileName) throws IOException { in copy() method in FileCopyHelper
/cts/tests/openglperf2/jni/graphics/
DVector2D.cpp26 Vector2D Vector2D::copy() { in copy() function in Vector2D
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java744 PointerCoords copy = new PointerCoords(coords); in testPointerCoordsCopyConstructor() local
771 PointerCoords copy = new PointerCoords(); in testPointerCoordsCopyFrom() local
799 PointerProperties copy = new PointerProperties(properties); in testPointerPropertiesCopyConstructor() local
810 PointerProperties copy = new PointerProperties(); in testPointerPropertiesCopyFrom() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapRGBAF16Test.java87 Bitmap copy = Bitmap.createBitmap(mOpaqueBitmap); in testCopy() local
DVulkanPreTransformTest.java150 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
DPictureTest.java60 Picture copy = new Picture(original); in testSaveRestoreBalance() local
DBitmapColorSpaceTest.java909 Bitmap copy = b.copy(Bitmap.Config.RGBA_F16, mutable); in copyF16() local
922 Bitmap copy = b.copy(config, mutable); in copyF16() local
945 Bitmap copy = b.copy(Bitmap.Config.ALPHA_8, false); in copyAlpha8() local
973 Bitmap copy = b.copy(Bitmap.Config.ALPHA_8, false); in copyHardwareToAlpha8() local
978 public void copy() { in copy() method in BitmapColorSpaceTest
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsTest.java87 final WindowInsets copy = new WindowInsets.Builder(insets).build(); in testBuilder_copy() local
428 final WindowInsets copy = new WindowInsets(consumed); in testConsumed_copy() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DAbstractAutoFillActivity.java100 final SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
/cts/tests/tests/content/src/android/content/pm/cts/
DApplicationInfoTest.java79 ApplicationInfo copy = new ApplicationInfo(info); in testConstructor() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSystemUpdatePolicyTest.java322 SystemUpdatePolicy copy) { in assertSystemUpdatePoliciesEqual()
330 List<FreezePeriod> copy) { in assertFreezePeriodListsEqual()
/cts/tests/media/src/android/mediav2/cts/
DEncoderColorAspectsTest.java101 MediaCodec.BufferInfo copy = new MediaCodec.BufferInfo(); in dequeueOutput() local
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEventStream.java65 public ImeEventStream copy() { in copy() method in ImeEventStream
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DSurfaceViewTests.java138 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
DHardwareBitmapTests.java324 Bitmap copy = bitmap.copy(to, false); in testBitmapCopy() local
/cts/tests/tests/security/src/android/security/cts/
DAmbiguousBundlesTest.java479 Bundle copy = p.readBundle(); in reparcel() local
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java188 public static int copy(InputStream in, OutputStream out) throws IOException { in copy() method in Utils
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableParameterizedTest.java345 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
/cts/tests/tests/media/src/android/media/cts/
DAudioHelper.java531 ByteBuffer copy = audioBuffer.duplicate(); in read() local
548 ByteBuffer copy = audioBuffer.duplicate(); in read() local
DHeifWriterTest.java284 private int copy(InputStream in, OutputStream out) throws IOException { in copy() method in HeifWriterTest
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java129 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java492 public static int copy(InputStream in, OutputStream out) throws IOException { in copy() method in CommonExternalStorageTest
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java129 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local

12