Home
last modified time | relevance | path

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

123

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DSize.java23 public final int width; field in Size
26 public Size(int width, int height) { in Size()
DSelectableResolution.java24 public final int width; field in SelectableResolution
30 public SelectableResolution(int cameraId, int width, int height) { in SelectableResolution()
/cts/tests/tests/graphics/src/android/graphics/cts/
DShaderTest.java31 int width = 80; in testAccessLocalMatrix() local
DPorterDuffColorFilterTest.java32 int width = 100; in testPorterDuffColorFilter() 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
DPixelXorXfermodeTest.java30 int width = 100; in testPixelXorXfermode() local
/cts/tests/tests/media/src/android/media/cts/
DIvfWriter.java51 int width, int height, in IvfWriter()
72 public IvfWriter(String filename, int width, int height) throws IOException { in IvfWriter()
109 private static byte[] makeIvfHeader(int frameCount, int width, int height, int scale, int rate){ in makeIvfHeader()
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()
DOutputSurface.java79 public OutputSurface(int width, int height) { in OutputSurface()
132 private void eglSetup(int width, int height) { in eglSetup()
/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/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/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DGLESSurfaceView.java86 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
/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/tests/src/android/opengl/cts/
DOpenGlEsVersionStubActivity.java88 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/renderscript/src/android/renderscript/cts/
DAllocationTest.java475 int width, int height) { in helperFloatCopy2D()
502 int width, int height) { in helperByteCopy2D()
529 int width, int height) { in helperShortCopy2D()
556 int width, int height) { in helperIntCopy2D()
583 int width, int height) { in helperFloatAllocationCopy2D()
609 int width, int height) { in helperByteAllocationCopy2D()
/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()

123