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 3b8c69701a
commit c2dd38fc69

View File

@ -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 = {