Home
last modified time | relevance | path

Searched refs:SnapshotSurface (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/window/
DSnapshotDrawerUtils.java113 public static class SnapshotSurface { class in SnapshotDrawerUtils
126 public SnapshotSurface(SurfaceControl rootSurface, TaskSnapshot snapshot, in SnapshotSurface() method in SnapshotDrawerUtils.SnapshotSurface
392 final SnapshotSurface drawSurface = new SnapshotSurface( in drawSnapshotOnSurface()
/frameworks/base/core/tests/coretests/src/android/window/
DSnapshotDrawerUtilsTest.java57 private SnapshotDrawerUtils.SnapshotSurface mSnapshotSurface;
79 mSnapshotSurface = new SnapshotDrawerUtils.SnapshotSurface( in setupSurface()