summaryrefslogtreecommitdiff
path: root/core/java/android/view/flags/refresh_rate_flags.aconfig
blob: 0aa516e08697176815b64a6e55dfd6b5fc20fdd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
package: "android.view.flags"

flag {
    name: "view_velocity_api"
    namespace: "toolkit"
    description: "Feature flag for view content velocity api"
    bug: "293513816"
}

flag {
    name: "toolkit_set_frame_rate"
    namespace: "toolkit"
    description: "Feature flag for toolkit to set frame rate"
    bug: "293512962"
}

flag {
    name: "toolkit_set_frame_rate_read_only"
    namespace: "toolkit"
    description: "Feature flag for toolkit to set frame rate"
    bug: "293512962"
    is_fixed_read_only: true
}

flag {
    name: "expected_presentation_time_api"
    namespace: "toolkit"
    description: "Feature flag for using expected presentation time of the Choreographer"
    bug: "278730197"
}

flag {
    name: "expected_presentation_time_read_only"
    namespace: "toolkit"
    description: "Feature flag for using expected presentation time of the Choreographer"
    bug: "278730197"
    is_fixed_read_only: true
}

flag {
  name: "set_frame_rate_callback"
  namespace: "core_graphics"
  description: "Enable the `setFrameRate` callback"
  bug: "299946220"
}

flag {
    name: "toolkit_metrics_for_frame_rate_decision"
    namespace: "toolkit"
    description: "Feature flag for toolkit metrics collecting for frame rate decision"
    bug: "301343249"
    is_fixed_read_only: true
}