Searched defs:edgeFlags (Results 1 - 16 of 16) sorted by relevance

/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp138 const int32_t edgeFlags = AMOTION_EVENT_EDGE_FLAG_TOP; local
168 flags, edgeFlags, metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision,
191 EXPECT_EQ(edgeFlags, motionEvent->getEdgeFlags());
/frameworks/native/services/inputflinger/
H A DInputListener.cpp72 int32_t buttonState, int32_t edgeFlags, int32_t displayId, uint32_t pointerCount,
78 edgeFlags(edgeFlags), displayId(displayId), pointerCount(pointerCount),
91 edgeFlags(other.edgeFlags), displayId(other.displayId), pointerCount(other.pointerCount),
69 NotifyMotionArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t actionButton, 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.h91 int32_t edgeFlags; member in struct:android::NotifyMotionArgs
105 int32_t edgeFlags, int32_t displayId, uint32_t pointerCount,
H A DInputDispatcher.h517 int32_t edgeFlags; member in struct:android::InputDispatcher::MotionEntry
529 int32_t metaState, int32_t buttonState, int32_t edgeFlags,
H A DInputDispatcher.cpp893 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
898 entry->edgeFlags, entry->xPrecision, entry->yPrecision,
2030 dispatchEntry->resolvedFlags, motionEntry->edgeFlags,
2357 originalMotionEntry->edgeFlags,
2489 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
2492 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime);
2529 args->flags, args->edgeFlags, args->metaState, args->buttonState,
2547 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime,
3968 int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags,
3977 edgeFlags(edgeFlag
3966 MotionEntry(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t actionButton, 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 DInputReader.cpp6204 int32_t metaState, int32_t buttonState, int32_t edgeFlags,
6241 action, actionButton, flags, metaState, buttonState, edgeFlags,
6202 dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source, int32_t action, int32_t actionButton, 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/include/input/
H A DInputTransport.h91 int32_t edgeFlags; member in struct:android::InputMessage::Body::Motion
238 int32_t edgeFlags,
H A DInput.h393 inline void setEdgeFlags(int32_t edgeFlags) { mEdgeFlags = edgeFlags; } argument
562 int32_t edgeFlags,
/frameworks/native/libs/input/
H A DInput.cpp221 int32_t edgeFlags,
237 mEdgeFlags = edgeFlags;
215 initialize( int32_t deviceId, int32_t source, int32_t action, int32_t actionButton, 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
H A DInputTransport.cpp292 int32_t edgeFlags,
306 "action=0x%x, actionButton=0x%08x, flags=0x%x, edgeFlags=0x%x, "
311 deviceId, source, action, actionButton, flags, edgeFlags, metaState, buttonState,
334 msg.body.motion.edgeFlags = edgeFlags;
929 msg->body.motion.edgeFlags,
285 publishMotionEvent( uint32_t seq, int32_t deviceId, int32_t source, int32_t action, int32_t actionButton, 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
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java272 public int edgeFlags; field in class:Keyboard.Key
319 edgeFlags = parent.rowEdgeFlags;
378 edgeFlags = a.getInt(com.android.internal.R.styleable.Keyboard_Key_keyEdgeFlags, 0);
379 edgeFlags |= parent.rowEdgeFlags;
459 boolean leftEdge = (edgeFlags & EDGE_LEFT) > 0;
460 boolean rightEdge = (edgeFlags & EDGE_RIGHT) > 0;
461 boolean topEdge = (edgeFlags & EDGE_TOP) > 0;
462 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0;
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp336 jint deviceId, jint source, jint action, jint flags, jint edgeFlags,
373 event->initialize(deviceId, source, action, 0, flags, edgeFlags, metaState, buttonState,
496 jlong nativePtr, jint edgeFlags) {
498 event->setEdgeFlags(edgeFlags);
334 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
495 android_view_MotionEvent_nativeSetEdgeFlags(JNIEnv* env, jclass clazz, jlong nativePtr, jint edgeFlags) argument
/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java208 * @param edgeFlags A combination of edge flags describing the edge(s) currently touched
215 public void onEdgeTouched(int edgeFlags, int pointerId) {} argument
223 * @param edgeFlags A combination of edge flags describing the edge(s) locked
226 public boolean onEdgeLock(int edgeFlags) { argument
234 * @param edgeFlags A combination of edge flags describing the edge(s) dragged
241 public void onEdgeDragStarted(int edgeFlags, int pointerId) {} argument
431 * @param edgeFlags Combination of edge flags describing the edges to watch
437 public void setEdgeTrackingEnabled(int edgeFlags) { argument
438 mTrackingEdges = edgeFlags;
H A DSlidingPaneLayout.java1400 public void onEdgeDragStarted(int edgeFlags, int pointerId) { argument
H A DDrawerLayout.java2138 public void onEdgeTouched(int edgeFlags, int pointerId) { argument
2170 public boolean onEdgeLock(int edgeFlags) { argument
2182 public void onEdgeDragStarted(int edgeFlags, int pointerId) { argument
2184 if ((edgeFlags & ViewDragHelper.EDGE_LEFT) == ViewDragHelper.EDGE_LEFT) {
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1442 int deviceId, int source, int action, int flags, int edgeFlags,
1554 * @param edgeFlags A bitfield indicating which edges, if any, were touched by this
1563 int edgeFlags, int source, int flags) {
1566 deviceId, source, action, flags, edgeFlags, metaState, buttonState,
1594 * @param edgeFlags A bitfield indicating which edges, if any, were touched by this
1606 int edgeFlags, int source, int flags) {
1616 edgeFlags, source, flags);
1646 * @param edgeFlags A bitfield indicating which edges, if any, were touched by this
1651 float xPrecision, float yPrecision, int deviceId, int edgeFlags) {
1667 deviceId, InputDevice.SOURCE_UNKNOWN, action, 0, edgeFlags, metaStat
1441 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
1559 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
1603 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
1649 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
1709 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...]

Completed in 829 milliseconds