Home
last modified time | relevance | path

Searched refs:MOTION_EVENT_FLAG_IS_GENERATED_GESTURE (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/input/android/os/
DIInputConstants.aidl94 const int MOTION_EVENT_FLAG_IS_GENERATED_GESTURE = 0x8; field
/frameworks/native/libs/input/rust/
Dinput.rs205 const IS_GENERATED_GESTURE = IInputConstants::MOTION_EVENT_FLAG_IS_GENERATED_GESTURE as u32;
/frameworks/base/core/java/android/view/
DMotionEvent.java22 import static android.os.IInputConstants.MOTION_EVENT_FLAG_IS_GENERATED_GESTURE;
512 public static final int FLAG_IS_GENERATED_GESTURE = MOTION_EVENT_FLAG_IS_GENERATED_GESTURE;
/frameworks/native/include/input/
DInput.h80 android::os::IInputConstants::MOTION_EVENT_FLAG_IS_GENERATED_GESTURE,