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
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-view-HapticFeedbackConstants"))]
__jni_bindgen! {
/// public class [HapticFeedbackConstants](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html)
///
/// Required feature: "android-view-HapticFeedbackConstants"
public class HapticFeedbackConstants ("android/view/HapticFeedbackConstants") extends crate::java::lang::Object {
/// public static final [CLOCK_TICK](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#CLOCK_TICK)
pub const CLOCK_TICK : i32 = 4;
/// public static final [CONTEXT_CLICK](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#CONTEXT_CLICK)
pub const CONTEXT_CLICK : i32 = 6;
/// public static final [FLAG_IGNORE_GLOBAL_SETTING](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#FLAG_IGNORE_GLOBAL_SETTING)
pub const FLAG_IGNORE_GLOBAL_SETTING : i32 = 2;
/// public static final [FLAG_IGNORE_VIEW_SETTING](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#FLAG_IGNORE_VIEW_SETTING)
pub const FLAG_IGNORE_VIEW_SETTING : i32 = 1;
/// public static final [KEYBOARD_PRESS](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#KEYBOARD_PRESS)
pub const KEYBOARD_PRESS : i32 = 3;
/// public static final [KEYBOARD_RELEASE](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#KEYBOARD_RELEASE)
pub const KEYBOARD_RELEASE : i32 = 7;
/// public static final [KEYBOARD_TAP](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#KEYBOARD_TAP)
pub const KEYBOARD_TAP : i32 = 3;
/// public static final [LONG_PRESS](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#LONG_PRESS)
pub const LONG_PRESS : i32 = 0;
/// public static final [TEXT_HANDLE_MOVE](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#TEXT_HANDLE_MOVE)
pub const TEXT_HANDLE_MOVE : i32 = 9;
/// public static final [VIRTUAL_KEY](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#VIRTUAL_KEY)
pub const VIRTUAL_KEY : i32 = 1;
/// public static final [VIRTUAL_KEY_RELEASE](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#VIRTUAL_KEY_RELEASE)
pub const VIRTUAL_KEY_RELEASE : i32 = 8;
}
}