Searched refs:edgeFlags (Results 1 - 19 of 19) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputListener.cpp72 int32_t edgeFlags, int32_t displayId, uint32_t pointerCount,
77 edgeFlags(edgeFlags), displayId(displayId), pointerCount(pointerCount),
90 edgeFlags(other.edgeFlags), displayId(other.displayId),
69 NotifyMotionArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, int32_t displayId, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, float xPrecision, float yPrecision, nsecs_t downTime) argument
H A DInputListener.h90 int32_t edgeFlags; member in struct:android::NotifyMotionArgs
103 int32_t edgeFlags, int32_t displayId, uint32_t pointerCount,
H A DInputDispatcher.cpp879 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
884 entry->edgeFlags, entry->xPrecision, entry->yPrecision,
1985 motionEntry->edgeFlags, motionEntry->metaState, motionEntry->buttonState,
2304 originalMotionEntry->edgeFlags,
2435 "action=0x%x, flags=0x%x, metaState=0x%x, buttonState=0x%x, edgeFlags=0x%x, "
2439 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime);
2475 args->edgeFlags, args->metaState, args->buttonState, 0, 0,
2492 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime,
3925 int32_t edgeFlags, float xPrecision, float yPrecision,
3932 metaState(metaState), buttonState(buttonState), edgeFlags(edgeFlag
3922 MotionEntry(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, float xPrecision, float yPrecision, nsecs_t downTime, int32_t displayId, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, float xOffset, float yOffset) argument
[all...]
H A DInputDispatcher.h510 int32_t edgeFlags; member in struct:android::InputDispatcher::MotionEntry
522 int32_t metaState, int32_t buttonState, int32_t edgeFlags,
H A DInputReader.h1711 int32_t edgeFlags,
H A DInputReader.cpp5643 int32_t action, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags,
5680 action, flags, metaState, buttonState, edgeFlags,
5642 dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source, int32_t action, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, const PointerProperties* properties, const PointerCoords* coords, const uint32_t* idToIndex, BitSet32 idBits, int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) argument
/frameworks/native/libs/input/tests/
H A DStructLayout_test.cpp57 CHECK_OFFSET(InputMessage::Body::Motion, edgeFlags, 40);
H A DInputPublisherAndConsumer_test.cpp137 const int32_t edgeFlags = AMOTION_EVENT_EDGE_FLAG_TOP; local
166 status = mPublisher->publishMotionEvent(seq, deviceId, source, action, flags, edgeFlags,
190 EXPECT_EQ(edgeFlags, motionEvent->getEdgeFlags());
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java271 public int edgeFlags; field in class:Keyboard.Key
318 edgeFlags = parent.rowEdgeFlags;
377 edgeFlags = a.getInt(com.android.internal.R.styleable.Keyboard_Key_keyEdgeFlags, 0);
378 edgeFlags |= parent.rowEdgeFlags;
447 boolean leftEdge = (edgeFlags & EDGE_LEFT) > 0;
448 boolean rightEdge = (edgeFlags & EDGE_RIGHT) > 0;
449 boolean topEdge = (edgeFlags & EDGE_TOP) > 0;
450 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0;
/frameworks/native/include/input/
H A DInputTransport.h90 int32_t edgeFlags; member in struct:android::InputMessage::Body::Motion
236 int32_t edgeFlags,
H A DInput.h362 inline void setEdgeFlags(int32_t edgeFlags) { mEdgeFlags = edgeFlags; } argument
524 int32_t edgeFlags,
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1337 int deviceId, int source, int action, int flags, int edgeFlags,
1446 * @param edgeFlags A bitfield indicating which edges, if any, were touched by this
1455 int edgeFlags, int source, int flags) {
1458 deviceId, source, action, flags, edgeFlags, metaState, buttonState,
1486 * @param edgeFlags A bitfield indicating which edges, if any, were touched by this
1498 int edgeFlags, int source, int flags) {
1508 edgeFlags, source, flags);
1538 * @param edgeFlags A bitfield indicating which edges, if any, were touched by this
1543 float xPrecision, float yPrecision, int deviceId, int edgeFlags) {
1559 deviceId, InputDevice.SOURCE_UNKNOWN, action, 0, edgeFlags, metaStat
1336 nativeInitialize(long nativePtr, int deviceId, int source, int action, int flags, int edgeFlags, int metaState, int buttonState, float xOffset, float yOffset, float xPrecision, float yPrecision, long downTimeNanos, long eventTimeNanos, int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords) argument
1451 obtain(long downTime, long eventTime, int action, int pointerCount, PointerProperties[] pointerProperties, PointerCoords[] pointerCoords, int metaState, int buttonState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, int flags) argument
1495 obtain(long downTime, long eventTime, int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, int metaState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, int flags) argument
1541 obtain(long downTime, long eventTime, int action, float x, float y, float pressure, float size, int metaState, float xPrecision, float yPrecision, int deviceId, int edgeFlags) argument
1601 obtain(long downTime, long eventTime, int action, int pointerCount, float x, float y, float pressure, float size, int metaState, float xPrecision, float yPrecision, int deviceId, int edgeFlags) argument
[all...]
/frameworks/native/libs/input/
H A DInputTransport.cpp287 int32_t edgeFlags,
301 "action=0x%x, flags=0x%x, edgeFlags=0x%x, metaState=0x%x, buttonState=0x%x, "
306 deviceId, source, action, flags, edgeFlags, metaState, buttonState,
328 msg.body.motion.edgeFlags = edgeFlags;
911 msg->body.motion.edgeFlags,
281 publishMotionEvent( uint32_t seq, int32_t deviceId, int32_t source, int32_t action, int32_t flags, int32_t edgeFlags, int32_t metaState, int32_t buttonState, float xOffset, float yOffset, float xPrecision, float yPrecision, nsecs_t downTime, nsecs_t eventTime, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords) argument
H A DInput.cpp220 int32_t edgeFlags,
235 mEdgeFlags = edgeFlags;
215 initialize( int32_t deviceId, int32_t source, int32_t action, int32_t flags, int32_t edgeFlags, int32_t metaState, int32_t buttonState, float xOffset, float yOffset, float xPrecision, float yPrecision, nsecs_t downTime, nsecs_t eventTime, size_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords) argument
/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java207 * @param edgeFlags A combination of edge flags describing the edge(s) currently touched
214 public void onEdgeTouched(int edgeFlags, int pointerId) {} argument
222 * @param edgeFlags A combination of edge flags describing the edge(s) locked
225 public boolean onEdgeLock(int edgeFlags) { argument
233 * @param edgeFlags A combination of edge flags describing the edge(s) dragged
240 public void onEdgeDragStarted(int edgeFlags, int pointerId) {} argument
430 * @param edgeFlags Combination of edge flags describing the edges to watch
436 public void setEdgeTrackingEnabled(int edgeFlags) { argument
437 mTrackingEdges = edgeFlags;
H A DDrawerLayout.java1709 public void onEdgeTouched(int edgeFlags, int pointerId) { argument
1741 public boolean onEdgeLock(int edgeFlags) { argument
1753 public void onEdgeDragStarted(int edgeFlags, int pointerId) { argument
1755 if ((edgeFlags & ViewDragHelper.EDGE_LEFT) == ViewDragHelper.EDGE_LEFT) {
H A DSlidingPaneLayout.java1386 public void onEdgeDragStarted(int edgeFlags, int pointerId) { argument
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp335 jint deviceId, jint source, jint action, jint flags, jint edgeFlags,
372 event->initialize(deviceId, source, action, flags, edgeFlags, metaState, buttonState,
483 jlong nativePtr, jint edgeFlags) {
485 event->setEdgeFlags(edgeFlags);
333 android_view_MotionEvent_nativeInitialize(JNIEnv* env, jclass clazz, jlong nativePtr, jint deviceId, jint source, jint action, jint flags, jint edgeFlags, jint metaState, jint buttonState, jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision, jlong downTimeNanos, jlong eventTimeNanos, jint pointerCount, jobjectArray pointerPropertiesObjArray, jobjectArray pointerCoordsObjArray) argument
482 android_view_MotionEvent_nativeSetEdgeFlags(JNIEnv* env, jclass clazz, jlong nativePtr, jint edgeFlags) argument
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2063 ASSERT_EQ(0, args.edgeFlags);
2085 ASSERT_EQ(0, args.edgeFlags);
2901 ASSERT_EQ(0, motionArgs.edgeFlags);
2925 ASSERT_EQ(0, motionArgs.edgeFlags);
2948 ASSERT_EQ(0, motionArgs.edgeFlags);
2999 ASSERT_EQ(0, motionArgs.edgeFlags);
3022 ASSERT_EQ(0, motionArgs.edgeFlags);
3065 ASSERT_EQ(0, motionArgs.edgeFlags);
3090 ASSERT_EQ(0, motionArgs.edgeFlags);
3113 ASSERT_EQ(0, motionArgs.edgeFlags);
[all...]

Completed in 385 milliseconds