Home
last modified time | relevance | path

Searched refs:ScrollCaptureController (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScrollCaptureControllerTest.java57 ScrollCaptureController controller = new TestScenario() in testInfinite()
64 ScrollCaptureController.LongScreenshot screenshot = in testInfinite()
82 ScrollCaptureController controller = new TestScenario() in testInfiniteWithPartialResultsTop()
90 ScrollCaptureController.LongScreenshot screenshot = in testInfiniteWithPartialResultsTop()
110 ScrollCaptureController controller = new TestScenario() in testInfiniteWithPartialResultsBottom()
118 ScrollCaptureController.LongScreenshot screenshot = in testInfiniteWithPartialResultsBottom()
137 ScrollCaptureController controller = new TestScenario() in testLimitedBottom()
144 ScrollCaptureController.LongScreenshot screenshot = in testLimitedBottom()
160 ScrollCaptureController.LongScreenshot screenshot = in testLimitedTopAndBottom()
176 ScrollCaptureController.LongScreenshot screenshot = in testVeryLimitedTopInfiniteBottom()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DLongScreenshotData.java31 private final AtomicReference<ScrollCaptureController.LongScreenshot> mLongScreenshot;
44 public void setLongScreenshot(ScrollCaptureController.LongScreenshot longScreenshot) { in setLongScreenshot()
58 public ScrollCaptureController.LongScreenshot takeLongScreenshot() { in takeLongScreenshot()
H A DScrollCaptureController.java47 public class ScrollCaptureController { class
48 private static final String TAG = LogConfig.logTag(ScrollCaptureController.class);
149 ScrollCaptureController(Context context, @Background Executor bgExecutor, in ScrollCaptureController() method in ScrollCaptureController
H A DScreenshotController.java279 private final ScrollCaptureController mScrollCaptureController;
328 ScrollCaptureController scrollCaptureController, in ScreenshotController()
776 ListenableFuture<ScrollCaptureController.LongScreenshot> mLongScreenshotFuture;
787 ScrollCaptureController.LongScreenshot longScreenshot; in runBatchScrollCapture()
H A DLongScreenshotActivity.java51 import com.android.systemui.screenshot.ScrollCaptureController.LongScreenshot;
H A DScreenshotView.java914 ScrollCaptureController.LongScreenshot longScreenshot) { in startLongScreenshotTransition()