Searched refs:TaskSnapshotBuilder (Results 1 – 3 of 3) sorted by relevance
139 return new TaskSnapshotBuilder().setTopActivityComponent(getUniqueComponentName()).build(); in createSnapshot()152 static class TaskSnapshotBuilder { class in TaskSnapshotPersisterTestBase166 TaskSnapshotBuilder() { in TaskSnapshotBuilder() method in TaskSnapshotPersisterTestBase.TaskSnapshotBuilder169 TaskSnapshotBuilder setTopActivityComponent(ComponentName topActivityComponent) { in setTopActivityComponent()174 TaskSnapshotBuilder setScaleFraction(float scale) { in setScaleFraction()179 TaskSnapshotBuilder setIsRealSnapshot(boolean isRealSnapshot) { in setIsRealSnapshot()184 TaskSnapshotBuilder setIsTranslucent(boolean isTranslucent) { in setIsTranslucent()189 TaskSnapshotBuilder setWindowingMode(int windowingMode) { in setWindowingMode()194 TaskSnapshotBuilder setSystemUiVisibility(int systemUiVisibility) { in setSystemUiVisibility()199 TaskSnapshotBuilder setRotation(int rotation) { in setRotation()[all …]
308 TaskSnapshot a = new TaskSnapshotBuilder() in testIsRealSnapshotPersistAndLoadSnapshot()311 TaskSnapshot b = new TaskSnapshotBuilder() in testIsRealSnapshotPersistAndLoadSnapshot()331 TaskSnapshot a = new TaskSnapshotBuilder() in testWindowingModePersistAndLoadSnapshot()334 TaskSnapshot b = new TaskSnapshotBuilder() in testWindowingModePersistAndLoadSnapshot()354 TaskSnapshot a = new TaskSnapshotBuilder() in testIsTranslucentPersistAndLoadSnapshot()357 TaskSnapshot b = new TaskSnapshotBuilder() in testIsTranslucentPersistAndLoadSnapshot()378 TaskSnapshot a = new TaskSnapshotBuilder() in testAppearancePersistAndLoadSnapshot()381 TaskSnapshot b = new TaskSnapshotBuilder() in testAppearancePersistAndLoadSnapshot()401 TaskSnapshot a = new TaskSnapshotBuilder() in testScalePersistAndLoadSnapshot()404 TaskSnapshot b = new TaskSnapshotBuilder() in testScalePersistAndLoadSnapshot()[all …]
2001 final TaskSnapshot snapshot = new TaskSnapshotPersisterTestBase.TaskSnapshotBuilder() in testIsSnapshotCompatible()2027 final TaskSnapshot snapshot = new TaskSnapshotPersisterTestBase.TaskSnapshotBuilder() in testIsSnapshotCompatibleTopActivityChanged()2049 final TaskSnapshot snapshot = new TaskSnapshotPersisterTestBase.TaskSnapshotBuilder() in testIsSnapshotCompatibleTaskSizeChanged()2067 final TaskSnapshot rotatedSnapshot = new TaskSnapshotPersisterTestBase.TaskSnapshotBuilder() in testIsSnapshotCompatibleTaskSizeChanged()2089 final TaskSnapshot snapshot = new TaskSnapshotPersisterTestBase.TaskSnapshotBuilder() in testFixedRotationSnapshotStartingWindow()