Searched refs:mTestCases (Results 1 – 3 of 3) sorted by relevance
204 private List<TestCase> mTestCases; field in ActivityTestBase.TestCaseBuilder207 mTestCases = new ArrayList<>(); in TestCaseBuilder()215 if (mTestCases.size() == 0) { in runWithComparer()219 Bitmap idealBitmap = captureRenderSpec(mTestCases.remove(0)); in runWithComparer()221 for (TestCase testCase : mTestCases) { in runWithComparer()233 if (mTestCases.size() == 0) { in runWithVerifier()237 for (TestCase testCase : mTestCases) { in runWithVerifier()256 if (mTestCases.size() == 0) { in runWithAnimationVerifier()260 for (TestCase testCase : mTestCases) { in runWithAnimationVerifier()303 mTestCases.add(new TestCase(layoutId, viewInitializer, useHardware)); in addLayout()[all …]
226 private List<TestCase> mTestCases; field in ActivityTestBase.TestCaseBuilder229 mTestCases = new ArrayList<>(); in TestCaseBuilder()237 if (mTestCases.size() == 0) { in runWithComparer()241 Bitmap idealBitmap = captureRenderSpec(mTestCases.remove(0)); in runWithComparer()244 for (TestCase testCase : mTestCases) { in runWithComparer()259 if (mTestCases.size() == 0) { in runWithVerifier()264 for (TestCase testCase : mTestCases) { in runWithVerifier()285 if (mTestCases.size() == 0) { in runWithAnimationVerifier()290 for (TestCase testCase : mTestCases) { in runWithAnimationVerifier()336 mTestCases.add(new TestCase(layoutId, viewInitializer, useHardware)); in addLayout()[all …]
130 private HashMap<String, ArrayList<Capability>> mTestCases = new HashMap<>(); field in CameraBokehActivity248 mTestCases.put(id, nonOffModes); in onCreate()257 if (mTestCases.size() == 0) { in onCreate()266 Set<String> cameraIdSet = mTestCases.keySet(); in onCreate()341 ArrayList<Capability> bokehCaps = mTestCases.get(mCameraId); in setUntestedCombination()669 ArrayList<Capability> currentTestCase = mTestCases.get(mCameraId); in setUpCamera()