Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 38) sorted by relevance

12

/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTestBase.java113 protected void playVideoTest(String path, int width, int height) throws Exception { in playVideoTest()
117 protected void playVideoWithRetries(String path, Integer width, Integer height, int playTime) in playVideoWithRetries()
134 protected void playVideoTest(int resid, int width, int height) throws Exception { in playVideoTest()
146 private void playLoadedVideo(final Integer width, final Integer height, int playTime) in playLoadedVideo()
DCamcorderProfileTest.java271 private boolean isSizeSupported(int width, int height, List<Size> sizes) { in isSizeSupported()
/cts/tests/tests/graphics/src/android/graphics/cts/
DShaderTest.java53 int width = 80; in testAccessLocalMatrix() local
DPorterDuffColorFilterTest.java41 int width = 100; in testPorterDuffColorFilter() local
DPixelXorXfermodeTest.java39 int width = 100; in testPixelXorXfermode() local
DYuvImageTest.java103 int width = 100; in testYuvImage() local
232 int width = mTestBitmaps[0].getWidth(); in testGetYuvData() local
256 private void generateTestBitmaps(int width, int height) { in generateTestBitmaps()
270 int width = bitmap.getWidth(); in generateYuvImage() local
340 private byte[] convertArgbsToYuvs(int[] argb, int width, int height, in convertArgbsToYuvs()
390 int width = expected.getWidth(); in compareBitmaps() local
DNinePatchTest.java154 int width = expected.getWidth(); in checkBitmapWithAlpha() local
DBitmapRegionDecoderTest.java326 int width = decoder.getWidth(); in compareRegionByRegion() local
415 int width = expected.getWidth(); in compareBitmaps() local
/cts/tests/tests/hardware/src/android/hardware/cts/
DCamera_SizeTest.java60 private void checkSize(Parameters parameters, int width, int height) { in checkSize()
/cts/tests/tests/text/src/android/text/style/cts/
DImageSpanTest.java103 int width = 80; in testConstructor() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java473 int width, int height) { in helperFloatCopy2D()
500 int width, int height) { in helperByteCopy2D()
527 int width, int height) { in helperShortCopy2D()
554 int width, int height) { in helperIntCopy2D()
581 int width, int height) { in helperFloatAllocationCopy2D()
607 int width, int height) { in helperByteAllocationCopy2D()
/cts/tests/src/android/opengl/cts/
DOpenGlEsVersionStubActivity.java88 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
DGLSurfaceViewStubActivity.java38 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
DEglConfigGLSurfaceView.java111 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
237 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
/cts/tests/tests/view/src/android/view/cts/
DViewGroup_LayoutParamsTest.java99 public MockLayoutParams(int width, int height) { in MockLayoutParams()
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
DRectShapeTest.java51 private void assertDrawSuccessfully(Bitmap bitmap, int width, int height, int color) { in assertDrawSuccessfully()
DShapeTest.java162 protected void onResize(float width, float height) { in onResize()
/cts/tests/src/android/theme/cts/
DTesterViewGroup.java75 int width = getMeasureSpec(params.width, mReferenceHeightDp); in onMeasure() local
/cts/apps/CtsVerifier/lib/colorchecker/
Dgrouping.h120 int width = pField->getWidth(); in Grouping() local
/cts/tests/tests/text/src/android/text/method/cts/
DTouchTest.java83 final int width = getTextWidth(LONG_TEXT, paint); in testScrollTo() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DGradientDrawableTest.java125 int width = 2; in testSetStroke1() local
DNinePatchDrawableTest.java384 final int width = 80; in testInflate() local
DShapeDrawableTest.java296 public Shader resize(int width, int height) { in resize()
/cts/tests/src/android/media/cts/
DVideoSurfaceView.java198 public void onSurfaceChanged(GL10 glUnused, int width, int height) { in onSurfaceChanged()
/cts/tests/tests/text/src/android/text/cts/
DBoringLayoutTest.java546 final int width, in createMetrics()

12