Searched refs:VIEW_WIDTH (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ActionModeCallback2Test.java | 39 private static final int VIEW_WIDTH = 123; field in ActionModeCallback2Test 53 view.setRight(VIEW_WIDTH); in testCallbackOnGetContentRectDefaultWithView() 64 assertEquals(VIEW_WIDTH, outRect.right); in testCallbackOnGetContentRectDefaultWithView()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | DecodeAccuracyTestBase.java | 679 VideoViewFactory.VIEW_WIDTH, VideoViewFactory.VIEW_HEIGHT); in run() 712 public static final int VIEW_WIDTH = 480; field in VideoViewFactory 883 return new SurfaceViewSnapshot(surfaceView, VIEW_WIDTH, VIEW_HEIGHT); in getVideoViewSnapshot() 968 return new GLSurfaceViewSnapshot(this, VIEW_WIDTH, VIEW_HEIGHT); in getVideoViewSnapshot() 1056 byteBuffer = ByteBuffer.allocateDirect(VIEW_WIDTH * VIEW_HEIGHT * 4); in run() 1111 EGL10.EGL_WIDTH, VIEW_WIDTH, in eglSetup() 1215 GLES20.glReadPixels(0, 0, VIEW_WIDTH, VIEW_HEIGHT, GLES20.GL_RGBA, in saveFrame()
|