Home
last modified time | relevance | path

Searched refs:snapshot (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DSharedElementCallbackTest.java60 Parcelable snapshot = cb.onCaptureSharedElementSnapshot(originalView, matrix, screenBounds); in testSnapshot() local
61 assertNotNull(snapshot); in testSnapshot()
63 View view = cb.onCreateSnapshotView(context, snapshot); in testSnapshot()
/cts/hostsidetests/statsd/src/android/cts/statsd/uidmap/
DUidMapTests.java48 for (PackageInfoSnapshot snapshot : uidmap.getSnapshotsList()) { in testUidSnapshotIncluded()
51 assertTrue(snapshot.getPackageInfoCount() > 0); in testUidSnapshotIncluded()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java643 public Bitmap generateBitmapFromVideoViewSnapshot(VideoViewSnapshot snapshot) { in generateBitmapFromVideoViewSnapshot() argument
644 handler.post(snapshot); in generateBitmapFromVideoViewSnapshot()
645 synchronized (snapshot.getSyncObject()) { in generateBitmapFromVideoViewSnapshot()
647 snapshot.getSyncObject().wait(snapshot.SNAPSHOT_TIMEOUT_MS + 100); in generateBitmapFromVideoViewSnapshot()
654 if (!snapshot.isBitmapReady()) { in generateBitmapFromVideoViewSnapshot()
658 return snapshot.getBitmap(); in generateBitmapFromVideoViewSnapshot()