Home
last modified time | relevance | path

Searched refs:INPUT_EVENT_FLAG_CANCELED (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/input/android/os/
DIInputConstants.aidl107 const int INPUT_EVENT_FLAG_CANCELED = 0x20; field
/frameworks/native/libs/input/rust/
Dinput.rs207 const CANCELED = IInputConstants::INPUT_EVENT_FLAG_CANCELED as u32;
/frameworks/base/core/java/android/view/
DMotionEvent.java19 import static android.os.IInputConstants.INPUT_EVENT_FLAG_CANCELED;
525 public static final int FLAG_CANCELED = INPUT_EVENT_FLAG_CANCELED;
DKeyEvent.java1338 public static final int FLAG_CANCELED = IInputConstants.INPUT_EVENT_FLAG_CANCELED;
/frameworks/native/include/input/
DInput.h136 android::os::IInputConstants::INPUT_EVENT_FLAG_CANCELED;