summaryrefslogtreecommitdiff
path: root/libs/hwui/HWUIProperties.sysprop
blob: 34aeaae867f9fbae7c5f79e39c0cd44d74b6da9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
owner: Platform
module: "android.uirenderer"
prop {
    api_name: "use_vulkan"
    type: Boolean
    prop_name: "ro.hwui.use_vulkan"
    scope: Public
    access: Readonly
}
prop {
    api_name: "render_ahead"
    type: Integer
    prop_name: "ro.hwui.render_ahead"
    scope: Public
    access: Readonly
}