delete Orientation.SENSOR, SENSOR_VERTICAL, SENSOR_HORIZONTAL

Signed-off-by: xiaojianfeng <xiaojianfeng3@huawei.com>
Change-Id: I775c4b762546d8b3c1e96904e5e8818afebf183a
This commit is contained in:
xiaojianfeng
2022-07-30 04:45:22 +00:00
parent 4846e3534c
commit 64e5efbf7d
@@ -20,10 +20,7 @@ export const Orientation = {
VERTICAL: 1,
HORIZONTAL: 2,
REVERSE_VERTICAL: 3,
REVERSE_HORIZONTAL: 4,
SENSOR: 5,
SENSOR_VERTICAL: 6,
SENSOR_HORIZONTAL: 7
REVERSE_HORIZONTAL: 4
};
export const Screen = {