aboutsummaryrefslogtreecommitdiff
path: root/TestMediaApp/assets
diff options
context:
space:
mode:
authorArnaud Berry <arnaudberry@google.com>2020-04-08 16:48:07 -0700
committerArnaud Berry <arnaudberry@google.com>2020-04-08 16:48:07 -0700
commit849f50f4c4e0acada6a624721274f8f7deaeba80 (patch)
tree74353c7732e634466568cef5288d039520247bbc /TestMediaApp/assets
parentf1e2e5b4163991ecfec3a061e1b51e44db91a962 (diff)
downloadtests-849f50f4c4e0acada6a624721274f8f7deaeba80.tar.gz
Add the option to make a folder progressively reveal its children
This helps test animations triggered when the children of a node change. Bug: 151134078 Test: manual Change-Id: I5b1cc8f1f09c5f8f184c4ab04dff491cd16d57f0
Diffstat (limited to 'TestMediaApp/assets')
-rw-r--r--TestMediaApp/assets/media_items/album_art/art_nodes.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/TestMediaApp/assets/media_items/album_art/art_nodes.json b/TestMediaApp/assets/media_items/album_art/art_nodes.json
index 692809f..abfc869 100644
--- a/TestMediaApp/assets/media_items/album_art/art_nodes.json
+++ b/TestMediaApp/assets/media_items/album_art/art_nodes.json
@@ -61,6 +61,16 @@
"DISPLAY_TITLE": "Nature files"
},
"INCLUDE":"media_items/album_art/nature/art_nature_files.json"
+ },
+ {
+ "FLAGS": "browsable",
+ "PLAYABLE_HINT": "GRID",
+ "METADATA": {
+ "MEDIA_ID": "album_art/art_nodes nature self updating",
+ "DISPLAY_TITLE": "Nature self updating"
+ },
+ "SELF_UPDATE_MS": "2000",
+ "INCLUDE":"media_items/album_art/nature/art_nature_512.json"
}
]
} \ No newline at end of file