Home
last modified time | relevance | path

Searched defs:edgeFlags (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DNotifyArgs_test.cpp47 int32_t edgeFlags = AMOTION_EVENT_EDGE_FLAG_TOP; in TEST() local
DInputDispatcher_test.cpp282 constexpr int32_t edgeFlags = AMOTION_EVENT_EDGE_FLAG_NONE; in TEST_F() local
/frameworks/base/tests/Input/src/com/android/test/input/
DInputEventAssignerTest.kt47 val edgeFlags = 0 in createMotionEvent() constant
/frameworks/native/include/input/
DInputEventBuilders.h133 InputMessageBuilder& edgeFlags(int32_t edgeFlags) { in edgeFlags() function
DInputTransport.h128 int32_t edgeFlags; member
DInput.h711 inline void setEdgeFlags(int32_t edgeFlags) { mEdgeFlags = edgeFlags; } in setEdgeFlags()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
DGestureLogParser.java42 final int edgeFlags; in getMotionEventFromLogLine() local
/frameworks/base/core/java/android/view/
DMotionEvent.java1827 int deviceId, int source, int displayId, int action, int flags, int edgeFlags, in nativeInitialize()
2011 int buttonState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, in obtain()
2060 int edgeFlags, int source, int displayId, int flags) { in obtain()
2098 int edgeFlags, int source, int flags) { in obtain()
2137 int edgeFlags, int source, int flags) { in obtain()
2182 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain()
2222 float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, in obtain()
2283 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain()
2337 int edgeFlags, int metaState, int buttonState, @Classification int classification, in initialize()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityInputFilterInputTest.kt81 val edgeFlags = 0 in createMotionEvent() constant
/frameworks/native/services/inputflinger/
DNotifyArgs.cpp64 int32_t edgeFlags, uint32_t pointerCount, const PointerProperties* pointerProperties, in NotifyMotionArgs()
/frameworks/native/services/inputflinger/dispatcher/trace/
DInputTracingBackendInterface.h80 int32_t edgeFlags; member
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp184 int32_t edgeFlags, float xPrecision, float yPrecision, in MotionEntry()
DEntry.h166 int32_t edgeFlags; member
/frameworks/native/services/inputflinger/include/
DNotifyArgs.h90 int32_t edgeFlags; member
/frameworks/native/libs/input/
DInputTransport.cpp589 int32_t actionButton, int32_t flags, int32_t edgeFlags, int32_t metaState, in publishMotionEvent()
DInput.cpp585 int32_t action, int32_t actionButton, int32_t flags, int32_t edgeFlags, in initialize()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java283 public int edgeFlags; field in Keyboard.Key
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp325 jint action, jint flags, jint edgeFlags, jint metaState, jint buttonState, in android_view_MotionEvent_nativeInitialize()
717 jint edgeFlags) { in android_view_MotionEvent_nativeSetEdgeFlags()
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp53 const int32_t edgeFlags = AMOTION_EVENT_EDGE_FLAG_TOP; member
DInputPublisherAndConsumerNoResampling_test.cpp63 const int32_t edgeFlags = AMOTION_EVENT_EDGE_FLAG_TOP; member
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp3719 int32_t metaState, int32_t buttonState, int32_t edgeFlags, in dispatchMotion()