Home
last modified time | relevance | path

Searched refs:createSnapshot (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTaskSnapshotPersisterLoaderTest.java57 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 …]
DTaskSnapshotCacheTest.java52 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()
DTaskSnapshotPersisterTestBase.java82 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/
DViewCaptureTest.java72 Bitmap result = mViewToCapture.createSnapshot(Bitmap.Config.ARGB_8888, 0, skipChildren); in testCreateSnapshot()
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
DHprof.java59 Snapshot snapshot = Snapshot.createSnapshot(new MemoryMappedFileBuffer(hprofLocalFile)); in analyzeHprof()
/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowContainerController.java502 return createSnapshot(snapshot); in addStartingWindow()
596 private boolean createSnapshot(TaskSnapshot snapshot) { in createSnapshot() method in AppWindowContainerController
/frameworks/base/core/java/android/view/
DViewDebug.java788 cache[0] = captureView.createSnapshot( in performViewCapture()
DViewGroup.java3787 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()
DView.java18458 public Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) {
/frameworks/base/services/
Dart-profile15853 PLcom/android/server/wm/AppWindowContainerController;->createSnapshot(Landroid/app/ActivityManager$…