Warning, /frameworks/kuserfeedback/src/console/schematemplates/screens.schema is written in an unsupported language. File is not indexed.
0001 { 0002 "name": "Screens", 0003 "schema": [ 0004 { 0005 "name": "screens", 0006 "type": "list", 0007 "elements": [ 0008 { 0009 "name": "width", 0010 "type": "int" 0011 }, 0012 { 0013 "name": "height", 0014 "type": "int" 0015 }, 0016 { 0017 "name": "dpi", 0018 "type": "int" 0019 }, 0020 { 0021 "name": "devicePixelRatio", 0022 "type": "number" 0023 } 0024 ] 0025 } 0026 ], 0027 "aggregation": [ 0028 { "type": "category", "name": "Amount of Screens", "elements": [ { "type": "size", "schemaEntry": "screens" } ] }, 0029 { "type": "numeric", "name": "DPI Distribution", "elements": [ { "type": "value", "schemaEntry": "screens", "schemaEntryElement": "dpi" } ] }, 0030 { "type": "numeric", "name": "Scale Factor Distribution", "elements": [ { "type": "value", "schemaEntry": "screens", "schemaEntryElement": "devicePixelRatio" } ] } 0031 ] 0032 }