/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | TaskSnapshotPersisterLoaderTest.java | 57 mPersister.persistSnapshot(1 , mTestUserId, createSnapshot()); in testPersistAndLoadSnapshot() 78 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testTaskRemovedFromRecents() 92 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testThrottling() 93 mPersister.persistSnapshot(2, mTestUserId, createSnapshot()); in testThrottling() 107 mPersister.persistSnapshot(100, mTestUserId, createSnapshot()); in testPurging() 110 mPersister.persistSnapshot(1, mTestUserId, createSnapshot()); in testPurging() 112 mPersister.persistSnapshot(2, mTestUserId, createSnapshot()); in testPurging() 113 mPersister.persistSnapshot(3, mTestUserId, createSnapshot()); in testPurging() 114 mPersister.persistSnapshot(4, mTestUserId, createSnapshot()); in testPurging() 145 TaskSnapshot a = createSnapshot(0.5f /* reducedResolution */); in testLowResolutionPersistAndLoadSnapshot() [all …]
|
D | TaskSnapshotCacheTest.java | 52 mCache.putSnapshot(window.getTask(), createSnapshot()); in testAppRemoved() 63 mCache.putSnapshot(window.getTask(), createSnapshot()); in testAppDied() 74 mCache.putSnapshot(window.getTask(), createSnapshot()); in testTaskRemoved() 85 mPersister.persistSnapshot(window.getTask().mTaskId, sWm.mCurrentUserId, createSnapshot()); in testReduced_notCached() 102 mPersister.persistSnapshot(window.getTask().mTaskId, sWm.mCurrentUserId, createSnapshot()); in testRestoreFromDisk()
|
D | TaskSnapshotPersisterTestBase.java | 82 TaskSnapshot createSnapshot() { in createSnapshot() method in TaskSnapshotPersisterTestBase 83 return createSnapshot(1f /* scale */); in createSnapshot() 86 TaskSnapshot createSnapshot(float scale) { in createSnapshot() method in TaskSnapshotPersisterTestBase
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewCaptureTest.java | 72 Bitmap result = mViewToCapture.createSnapshot(Bitmap.Config.ARGB_8888, 0, skipChildren); in testCreateSnapshot()
|
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/ |
D | Hprof.java | 59 Snapshot snapshot = Snapshot.createSnapshot(new MemoryMappedFileBuffer(hprofLocalFile)); in analyzeHprof()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppWindowContainerController.java | 502 return createSnapshot(snapshot); in addStartingWindow() 596 private boolean createSnapshot(TaskSnapshot snapshot) { in createSnapshot() method in AppWindowContainerController
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 788 cache[0] = captureView.createSnapshot( in performViewCapture()
|
D | ViewGroup.java | 3787 public Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) { in createSnapshot() method in ViewGroup 3803 Bitmap b = super.createSnapshot(quality, backgroundColor, skipChildren); in createSnapshot()
|
D | View.java | 18458 public Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) {
|
/frameworks/base/services/ |
D | art-profile | 15853 PLcom/android/server/wm/AppWindowContainerController;->createSnapshot(Landroid/app/ActivityManager$…
|