Home
last modified time | relevance | path

Searched refs:pic (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DPictureTest.java44 Picture pic = new Picture(); in greenSquare() local
45 Canvas subcanvas = pic.beginRecording( in greenSquare()
48 pic.endRecording(); in greenSquare()
50 return pic; in greenSquare()
58 Picture pic = greenSquare(); in testPictureRespectsClip() local
60 pic.draw(canvas); // should be clipped out in testPictureRespectsClip()
70 Picture pic = greenSquare(); in testPictureRespectsTranslate() local
72 pic.draw(canvas); // should be offset in testPictureRespectsTranslate()
/cts/tests/videocodec/src/android/videocodec/cts/
DVideoEncoderMaxBFrameTest.java119 for (Map.Entry<Long, Integer> pic : mPtsPicTypeMap.entrySet()) { in testMaxBFrameSupport()
120 int picType = pic.getValue(); in testMaxBFrameSupport()
124 if (pic.getValue() != PICTURE_TYPE_B) { in testMaxBFrameSupport()
DVideoEncoderIntraFrameIntervalTest.java134 for (Map.Entry<Long, Integer> pic : mPtsPicTypeMap.entrySet()) { in testEncoderSyncFrameSupport()
135 int picType = pic.getValue(); in testEncoderSyncFrameSupport()
/cts/tests/tests/graphics/src/android/graphics/cts/
DPictureTest.java119 Picture pic = new Picture(picture); in testPicture() local
122 pic.draw(canvas); in testPicture()
123 verifySize(pic); in testPicture()
/cts/tools/release-parser/tests/resources/
Dandroid.test.runner.odex.pb.txt65 key: "pic"
70 …yo --instruction-set-features=default --runtime-arg -Xnorelocate --compile-pic --no-generate-debug…
Dboot-framework.oat.pb.txt61 key: "pic"
66 …ot=out/target/product/sailfish/system --runtime-arg -Xnorelocate --compile-pic --no-generate-debug…
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java427 Uri pic = DocumentsContract.createDocument(resolver, doc, "image/png", "pic.png"); in testTree() local
431 writeFully(pic, "pic".getBytes()); in testTree()