summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/input/input_framework.aconfig
blob: 31ea9781a6dfe01f008a9b0ee0586820feba4d90 (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
package: "com.android.hardware.input"
container: "system"

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

flag {
    namespace: "input_native"
    name: "keyboard_layout_preview_flag"
    description: "Controls whether a preview will be shown in Settings when selecting a physical keyboard layout"
    bug: "293579375"
}


flag {
    namespace: "input_native"
    name: "keyboard_a11y_sticky_keys_flag"
    description: "Controls if the sticky keys accessibility feature for physical keyboard is available to the user"
    bug: "294546335"
}

flag {
    namespace: "input_native"
    name: "keyboard_a11y_bounce_keys_flag"
    description: "Controls if the bounce keys accessibility feature for physical keyboard is available to the user"
    bug: "294546335"
}

flag {
    namespace: "input_native"
    name: "pointer_coords_is_resampled_api"
    description: "Makes MotionEvent.PointerCoords#isResampled() a public API"
    bug: "298197511"
}