Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DActionModeCallback2Test.java40 private static final int VIEW_HEIGHT = 456; field in ActionModeCallback2Test
55 view.setBottom(VIEW_HEIGHT); in testCallbackOnGetContentRectDefaultWithView()
63 assertEquals(VIEW_HEIGHT, outRect.bottom); in testCallbackOnGetContentRectDefaultWithView()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java679 VideoViewFactory.VIEW_WIDTH, VideoViewFactory.VIEW_HEIGHT); in run()
713 public static final int VIEW_HEIGHT = 360; 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()
1112 EGL10.EGL_HEIGHT, VIEW_HEIGHT, in eglSetup()
1215 GLES20.glReadPixels(0, 0, VIEW_WIDTH, VIEW_HEIGHT, GLES20.GL_RGBA, in saveFrame()