Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab777345 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add Window_MOVE property to DefaultProperties.json for CTS tests"

parents d98e7f1c 0c2a38d3
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
@@ -2051,6 +2051,41 @@
                }
            ]
        },
        {
            "property": "VehicleProperty::WINDOW_MOVE",
            "defaultValue": {
                "int32Values": [
                    0
                ]
            },
            "areas": [
                {
                    "areaId": "Constants::WINDOW_1_LEFT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "Constants::WINDOW_1_RIGHT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "Constants::WINDOW_2_LEFT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "Constants::WINDOW_2_RIGHT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "Constants::WINDOW_ROOF_TOP_1",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                }
            ]
        },
        {
            "property": "VehicleProperty::WHEEL_TICK",
            "defaultValue": {