xref: /aosp_15_r20/frameworks/base/core/java/com/android/internal/jank/flags.aconfig (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1package: "com.android.internal.jank"
2container: "system"
3
4flag {
5  name: "use_sf_frame_duration"
6  namespace: "window_surfaces"
7  description: "Whether to get the frame duration from SurfaceFlinger, or HWUI"
8  bug: "354763298"
9  is_fixed_read_only: true
10}
11flag {
12  name: "ignore_hwui_is_first_frame"
13  namespace: "window_surfaces"
14  description: "Whether to remove the usage of the HWUI 'is first frame' flag to ignore jank"
15  bug: "354763298"
16  is_fixed_read_only: true
17}
18