summaryrefslogtreecommitdiff
path: root/core/java/android/window/flags/window_surfaces.aconfig
blob: 6c6daf8318b477064fd9944e12f983688e83fd67 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
package: "com.android.window.flags"
container: "system"

# Project link: https://gantry.corp.google.com/projects/android_platform_window_surfaces/changes

flag {
    namespace: "window_surfaces"
    name: "surface_trusted_overlay"
    description: "Whether to add trusted overlay flag on the SurfaceControl or the InputWindow"
    is_fixed_read_only: true
    bug: "292032926"
}

flag {
    namespace: "window_surfaces"
    name: "explicit_refresh_rate_hints"
    description: "Performance related hints during transitions"
    is_fixed_read_only: true
    bug: "300019131"
}

flag {
    namespace: "window_surfaces"
    name: "get_host_token_api"
    description: "Feature flag to associate the host and embedded windows"
    is_fixed_read_only: true
    bug: "304508760"
}

flag {
    namespace: "window_surfaces"
    name: "transfer_gesture_to_embedded"
    description: "Enable public API for Window Surfaces"
    bug: "287076178"
}

flag {
    namespace: "window_surfaces"
    name: "delete_capture_display"
    description: "Delete uses of ScreenCapture#captureDisplay"
    is_fixed_read_only: true
    bug: "293445881"
}

flag {
    namespace: "window_surfaces"
    name: "allow_disable_activity_record_input_sink"
    description: "Whether to allow system activity to disable ActivityRecordInputSink"
    is_fixed_read_only: true
    bug: "262477923"
}

flag {
    namespace: "window_surfaces"
    name: "secure_window_state"
    description: "Move SC secure flag to WindowState level"
    is_fixed_read_only: true
    bug: "308662081"
}

flag {
    namespace: "window_surfaces"
    name: "trusted_presentation_listener_for_window"
    description: "Enable trustedPresentationListener on windows public API"
    is_fixed_read_only: true
    bug: "278027319"
}