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 …]
312 TaskSnapshot a = new TaskSnapshotBuilder() in testIsRealSnapshotPersistAndLoadSnapshot()315 TaskSnapshot b = new TaskSnapshotBuilder() in testIsRealSnapshotPersistAndLoadSnapshot()335 TaskSnapshot a = new TaskSnapshotBuilder() in testWindowingModePersistAndLoadSnapshot()338 TaskSnapshot b = new TaskSnapshotBuilder() in testWindowingModePersistAndLoadSnapshot()358 TaskSnapshot a = new TaskSnapshotBuilder() in testIsTranslucentPersistAndLoadSnapshot()361 TaskSnapshot b = new TaskSnapshotBuilder() in testIsTranslucentPersistAndLoadSnapshot()382 TaskSnapshot a = new TaskSnapshotBuilder() in testAppearancePersistAndLoadSnapshot()385 TaskSnapshot b = new TaskSnapshotBuilder() in testAppearancePersistAndLoadSnapshot()405 TaskSnapshot a = new TaskSnapshotBuilder() in testScalePersistAndLoadSnapshot()408 TaskSnapshot b = new TaskSnapshotBuilder() in testScalePersistAndLoadSnapshot()[all …]
1980 final TaskSnapshot snapshot = new TaskSnapshotPersisterTestBase.TaskSnapshotBuilder() in testIsSnapshotCompatible()2006 final TaskSnapshot snapshot = new TaskSnapshotPersisterTestBase.TaskSnapshotBuilder() in testIsSnapshotCompatibleTopActivityChanged()2028 final TaskSnapshot snapshot = new TaskSnapshotPersisterTestBase.TaskSnapshotBuilder() in testIsSnapshotCompatibleTaskSizeChanged()2046 final TaskSnapshot rotatedSnapshot = new TaskSnapshotPersisterTestBase.TaskSnapshotBuilder() in testIsSnapshotCompatibleTaskSizeChanged()2068 final TaskSnapshot snapshot = new TaskSnapshotPersisterTestBase.TaskSnapshotBuilder() in testFixedRotationSnapshotStartingWindow()