Home
last modified time | relevance | path

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

123

/cts/tests/tests/graphics/src/android/graphics/cts/
DShaderTest.java31 int width = 80; in testAccessLocalMatrix() local
DYuvImageTest.java93 int width = 100; in testYuvImage() local
200 int width = mTestBitmaps[0].getWidth(); in testGetYuvData() local
219 private void generateTestBitmaps(int width, int height) { in generateTestBitmaps()
233 int width = bitmap.getWidth(); in generateYuvImage() local
303 private byte[] convertArgbsToYuvs(int[] argb, int width, int height, in convertArgbsToYuvs()
353 int width = expected.getWidth(); in compareBitmaps() local
DPorterDuffColorFilterTest.java32 int width = 100; in testPorterDuffColorFilter() local
DPixelXorXfermodeTest.java30 int width = 100; in testPixelXorXfermode() local
/cts/tests/tests/textureview/src/android/textureview/cts/
DTextureViewSnapshotTestActivity.java61 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
68 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
DTextureViewTestActivity.java67 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
74 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTestBase.java178 protected void playVideoTest(String path, int width, int height) throws Exception { in playVideoTest()
182 protected void playVideoWithRetries(String path, Integer width, Integer height, int playTime) in playVideoWithRetries()
199 protected void playVideoTest(int resid, int width, int height) throws Exception { in playVideoTest()
215 protected void playLoadedVideo(final Integer width, final Integer height, int playTime) in playLoadedVideo()
/cts/tests/tests/graphics2/src/android/graphics2/cts/
DTextureViewCameraActivity.java50 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
81 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
/cts/tests/tests/holo/src/android/holo/cts/
DDisplayInfoActivity.java41 int width = Math.round(dm.widthPixels / dm.density); in onCreate() local
DReferenceViewGroup.java57 int width = getMeasureSpec(params.width, mWidthDp); in onMeasure() local
/cts/tests/tests/hardware/src/android/hardware/cts/
DCamera_SizeTest.java51 private void checkSize(Parameters parameters, int width, int height) { in checkSize()
/cts/tests/tests/opengl/src/android/opengl/cts/
DGL2JniLibOne.java24 public static native void init(int category, int subcategory, int width, int height); in init()
DRendererBase.java47 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
DNativeRendererOneColorBufferTest.java81 public void onSurfaceChanged(GL10 glUnused, int width, int height) { in onSurfaceChanged()
/cts/tests/tests/text/src/android/text/style/cts/
DImageSpanTest.java34 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/tests/text/src/android/text/cts/
DStaticLayoutLineBreakingTest.java76 float width = getCharWidth(chars[index + i]); in getTextRunAdvances() local
102 private static StaticLayout getStaticLayout(CharSequence source, int width) { in getStaticLayout()
110 private static int[] getBreaks(CharSequence source, int width) { in getBreaks()
138 private static void layout(CharSequence source, int[] breaks, int width) { in layout()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DGLESSurfaceView.java86 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
/cts/tests/src/android/opengl/cts/
DOpenGlEsVersionStubActivity.java88 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()
DGLSurfaceViewStubActivity.java38 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
/cts/tests/tests/view/src/android/view/cts/
DViewGroup_LayoutParamsTest.java71 public MockLayoutParams(int width, int height) { in MockLayoutParams()
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
DRectShapeTest.java41 private void assertDrawSuccessfully(Bitmap bitmap, int width, int height, int color) { in assertDrawSuccessfully()
DShapeTest.java120 protected void onResize(float width, float height) { in onResize()
/cts/tests/tests/text/src/android/text/method/cts/
DTouchTest.java72 final int width = getTextWidth(LONG_TEXT, paint); in testScrollTo() local

123