Code Review
/
apps
/
agl-service-windowmanager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
03ddfe4edb744d99f3420c6afb474e940479ae8b
[apps/agl-service-windowmanager.git]
/
areas.db
1
{
2
"areas": [
3
{
4
"name": "fullscreen",
5
"rect": {
6
"x": 0,
7
"y": 0,
8
"w": 1080,
9
"h": 1920
10
}
11
},
12
{
13
"name": "normal.full",
14
"rect": {
15
"x": 0,
16
"y": 218,
17
"w": 1080,
18
"h": 1488
19
}
20
},
21
{
22
"name": "split.main",
23
"rect": {
24
"x": 0,
25
"y": 218,
26
"w": 1080,
27
"h": 744
28
}
29
},
30
{
31
"name": "split.sub",
32
"rect": {
33
"x": 0,
34
"y": 962,
35
"w": 1080,
36
"h": 744
37
}
38
},
39
{
40
"name": "software_keyboard",
41
"rect": {
42
"x": 0,
43
"y": 962,
44
"w": 1080,
45
"h": 744
46
}
47
},
48
{
49
"name": "restriction.normal",
50
"rect": {
51
"x": 0,
52
"y": 218,
53
"w": 1080,
54
"h": 1488
55
}
56
},
57
{
58
"name": "restriction.split.main",
59
"rect": {
60
"x": 0,
61
"y": 218,
62
"w": 1080,
63
"h": 744
64
}
65
},
66
{
67
"name": "restriction.split.sub",
68
"rect": {
69
"x": 0,
70
"y": 962,
71
"w": 1080,
72
"h": 744
73
}
74
},
75
{
76
"name": "on_screen",
77
"rect": {
78
"x": 0,
79
"y": 218,
80
"w": 1080,
81
"h": 1488
82
}
83
}
84
]
85
}