Searched refs:VIEW_HEIGHT (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ActionModeCallback2Test.java | 40 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/ |
D | DecodeAccuracyTestBase.java | 677 VideoViewFactory.VIEW_WIDTH, VideoViewFactory.VIEW_HEIGHT); in run() 711 public static final int VIEW_HEIGHT = 360; 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() 1110 EGL10.EGL_HEIGHT, VIEW_HEIGHT, in eglSetup() 1213 GLES20.glReadPixels(0, 0, VIEW_WIDTH, VIEW_HEIGHT, GLES20.GL_RGBA, in saveFrame()
|