HomeSort by relevance Sort by last modified time
    Searched refs:testPositionInfo (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ActivityTestBase.java 121 public Bitmap takeScreenshot(TestPositionInfo testPositionInfo) {
129 srcRect.offset(testPositionInfo.surfaceOffset.x, testPositionInfo.surfaceOffset.y);
135 return mScreenshotter.takeScreenshot(testPositionInfo);
138 protected TestPositionInfo runRenderSpec(TestCase testCase) {
139 TestPositionInfo testPositionInfo = getActivity().enqueueRenderSpecAndWait(
150 return testPositionInfo;
166 public static class TestPositionInfo {
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
SurfaceViewTests.java 112 Screenshotter screenshotter = testPositionInfo -> {
115 testPositionInfo.screenOffset.x, testPositionInfo.screenOffset.y,
134 public Bitmap takeScreenshot(TestPositionInfo testPositionInfo) {

Completed in 497 milliseconds