Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/window/
DSnapshotDrawerUtilsTest.java164 mSnapshotSurface.calculateSnapshotCrop(contentInsets)); in testCalculateSnapshotCrop()
174 mSnapshotSurface.calculateSnapshotCrop(contentInsets)); in testCalculateSnapshotCrop_taskNotOnTop()
182 mSnapshotSurface.calculateSnapshotCrop(contentInsets)); in testCalculateSnapshotCrop_navBarLeft()
190 mSnapshotSurface.calculateSnapshotCrop(contentInsets)); in testCalculateSnapshotCrop_navBarRight()
198 mSnapshotSurface.calculateSnapshotCrop(contentInsets)); in testCalculateSnapshotCrop_waterfall()
/frameworks/base/core/java/android/window/
DSnapshotDrawerUtils.java216 crop = calculateSnapshotCrop(letterboxInsets); in drawSizeMismatchSnapshot()
224 crop = calculateSnapshotCrop(contentInsets); in drawSizeMismatchSnapshot()
275 public Rect calculateSnapshotCrop(@NonNull Rect insets) { in calculateSnapshotCrop() method in SnapshotDrawerUtils.SnapshotSurface