Home
last modified time | relevance | path

Searched refs:newWidth (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/include/colorchecker/
Dtestingimage.h36 int newHeight, int newWidth);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
DCameraOrientationActivity.java466 int newWidth, newHeight;
472 newWidth = viewWidth;
478 newWidth = (int) (viewHeight * ((double) mOptimalSize.height /
482 LayoutParams layoutParams = new LayoutParams(newWidth, newHeight);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java494 public ResolutionQuality(int newSizeId, int newWidth, int newHeight) { in ResolutionQuality() argument
496 width = newWidth; in ResolutionQuality()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java707 int newWidth = 200; in testComputeHorizontalScroll() local
708 final LinearLayout.LayoutParams layoutParams = new LinearLayout.LayoutParams(newWidth, 100); in testComputeHorizontalScroll()
716 assertEquals(newWidth, view.getWidth()); in testComputeHorizontalScroll()