Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DActionModeCallback2Test.java41 private static final int VIEW_WIDTH = 123; field in ActionModeCallback2Test
55 view.setRight(VIEW_WIDTH); in testCallbackOnGetContentRectDefaultWithView()
66 assertEquals(VIEW_WIDTH, outRect.right); in testCallbackOnGetContentRectDefaultWithView()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTestBase.java682 VideoViewFactory.VIEW_WIDTH, VideoViewFactory.VIEW_HEIGHT); in run()
715 public static final int VIEW_WIDTH = 480; field in VideoViewFactory
886 return new SurfaceViewSnapshot(surfaceView, VIEW_WIDTH, VIEW_HEIGHT); in getVideoViewSnapshot()
971 return new GLSurfaceViewSnapshot(this, VIEW_WIDTH, VIEW_HEIGHT); in getVideoViewSnapshot()
1064 byteBuffer = ByteBuffer.allocateDirect(VIEW_WIDTH * VIEW_HEIGHT * 4); in run()
1134 EGL10.EGL_WIDTH, VIEW_WIDTH, in eglSetup()
1229 GLES20.glReadPixels(0, 0, VIEW_WIDTH, VIEW_HEIGHT, GLES20.GL_RGBA, in saveFrame()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTextBoundsInfoTest.java74 private static final int VIEW_WIDTH = TEXT_LAYOUT_WIDTH + TEXT_LAYOUT_LEFT; field in TextViewTextBoundsInfoTest
152 mEditText.setLayoutParams(new FrameLayout.LayoutParams(VIEW_WIDTH, VIEW_HEIGHT)); in setupEditText()