Home
last modified time | relevance | path

Searched refs:VIEW_WIDTH (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DActionModeCallback2Test.java39 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/
DDecodeAccuracyTestBase.java677 VideoViewFactory.VIEW_WIDTH, VideoViewFactory.VIEW_HEIGHT); in run()
710 public static final int VIEW_WIDTH = 480; field in VideoViewFactory
881 return new SurfaceViewSnapshot(surfaceView, VIEW_WIDTH, VIEW_HEIGHT); in getVideoViewSnapshot()
966 return new GLSurfaceViewSnapshot(this, VIEW_WIDTH, VIEW_HEIGHT); in getVideoViewSnapshot()
1054 byteBuffer = ByteBuffer.allocateDirect(VIEW_WIDTH * VIEW_HEIGHT * 4); in run()
1109 EGL10.EGL_WIDTH, VIEW_WIDTH, in eglSetup()
1213 GLES20.glReadPixels(0, 0, VIEW_WIDTH, VIEW_HEIGHT, GLES20.GL_RGBA, in saveFrame()