Searched refs:screenHeight (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/security/src/android/security/cts/ |
D | Movie33897722.java | 60 private void test_movie(int resId, int screenWidth, int screenHeight, in test_movie() argument 62 assertTrue(drawWidth <= screenWidth && drawHeight <= screenHeight); in test_movie() 68 assertEquals(movie.height(), screenHeight); in test_movie() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | WindowTest.java | 331 int screenHeight = dm.heightPixels; in verifyDecorView() local 333 assertTrue(decor.getHeight() >= screenHeight); in verifyDecorView()
|
D | ViewGroupTest.java | 651 int screenHeight = metrics.heightPixels; in testDispatchTouchEvent() local 652 mMockViewGroup.layout(0, 0, screenWidth, screenHeight); in testDispatchTouchEvent() 653 mMockViewGroup.setLayoutParams(new ViewGroup.LayoutParams(screenWidth, screenHeight)); in testDispatchTouchEvent() 664 mMockViewGroup.addView(mMockTextView, new LayoutParams(screenWidth, screenHeight)); in testDispatchTouchEvent() 669 screenWidth / 2, screenHeight / 2, 0); in testDispatchTouchEvent() 674 mMockTextView.layout(0, 0, screenWidth, screenHeight); in testDispatchTouchEvent()
|