summaryrefslogtreecommitdiff
path: root/core/java/android/view/flags/scroll_feedback_flags.aconfig
blob: d1d871c2dbda95c89f2c2d45c21eb914b34adf77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package: "android.view.flags"

flag {
    namespace: "toolkit"
    name: "scroll_feedback_api"
    description: "Enable the scroll feedback APIs"
    bug: "239594271"
}

flag {
    namespace: "toolkit"
    name: "use_view_based_rotary_encoder_scroll_haptics"
    description: "If enabled, the rotary encoder scroll haptic implementation in the View class will be used, and the HapticScrollFeedbackProvider logic for rotary encoder haptic will be muted."
    bug: "299587011"
}