Files
divkit/test_data/perf_test_data/scroll_with_deep_hierarchy.json
T
burstein 44291dad01 Perf test hierarchy
commit_hash:1b81f339c538005166ea3c2e61e214b3a6d3c919
2025-05-23 13:48:15 +03:00

151 lines
4.0 KiB
JSON

{
"templates": {
"pager_element": {
"type": "image",
"image_url": "https://empty.com/stub_image",
"height": {
"type": "fixed",
"unit": "dp",
"value": 400
},
"width": {
"type": "fixed",
"unit": "dp",
"value": 400
}
},
"pagers": {
"type": "pager",
"background": [
{
"type": "solid",
"color": "#F5F3F1"
}
],
"items": [
{
"type": "pager_element"
},
{
"type": "pager_element"
},
{
"type": "pager_element"
},
{
"type": "pager_element"
},
{
"type": "pager_element"
}
],
"layout_mode": {
"type": "wrap_content"
}
},
"containers": {
"type": "container",
"items": [
{
"type": "container",
"items": [
{
"type": "container",
"items": [
{
"type": "container",
"items": [
{
"type": "container",
"items": [
{
"type": "container",
"items": [
{
"type": "container",
"items": [
{
"type": "container",
"items": [
{
"type": "container",
"items": [
{
"type": "container",
"items": [
{
"type": "container",
"items": [
{
"type": "container",
"items": [
{
"type": "container",
"$items": "inner_items"
}
]
}
]
}
]
}
]
}
]
}
]
}
]
}
]
}
]
}
]
}
]
}
]
}
},
"card": {
"log_id": "sample_card",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"height": {
"type": "match_parent"
},
"items": [
{
"type": "container",
"orientation": "vertical",
"clip_to_bounds": 0,
"height": {
"type": "wrap_content"
},
"items": [
{
"type": "containers",
"inner_items": [
{
"type": "containers",
"inner_items": [
{
"type": "pagers"
}
]
}
]
}
]
}
]
}
}
]
}
}