diff options
author | Winson Chung <winsonc@google.com> | 2019-06-17 17:19:13 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2019-06-18 14:12:25 -0700 |
commit | ffde2ea8e5df51c7efe3f4389ac86fce85dc0405 (patch) | |
tree | acd276385af79499f80a7412f5855e0d982988d0 /proto | |
parent | 1d4391580e6c319cfb95e8cf71b2fea1f438b03a (diff) |
Add config to control full task snapshot scale
- Also save the scale with the snapshot data instead of trying to infer it
from the state
- Also recycle the reduced resolution snapshot copy after writing it
Bug: 135150767
Test: atest TaskSnapshotPersisterLoaderTest
Change-Id: I64a9ccf16f3966ad5c6d07ff0b6ce8e9dd710e40
Diffstat (limited to 'proto')
-rw-r--r-- | proto/src/task_snapshot.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/src/task_snapshot.proto b/proto/src/task_snapshot.proto index a1bbe5212bbf..381d9834fa87 100644 --- a/proto/src/task_snapshot.proto +++ b/proto/src/task_snapshot.proto @@ -32,4 +32,5 @@ int32 system_ui_visibility = 8; bool is_translucent = 9; string top_activity_component = 10; + float scale = 11; }
\ No newline at end of file |