Searched refs:maxNumAreas (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 2665 private void testAreas(int type, int maxNumAreas) throws Exception { in testAreas() argument 2675 if (maxNumAreas > 1) { in testAreas() 2681 testValidAreas(type, makeAreas(-1000, -1000, 1000, 1000, 1000, maxNumAreas)); in testAreas() 2697 testInvalidAreas(type, makeAreas(-1000, -1000, 1000, 1000, 1000, maxNumAreas + 1)); in testAreas()
|