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

/frameworks/base/services/input/
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.cpp882 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
887 entry->edgeFlags, entry->xPrecision, entry->yPrecision,
1995 motionEntry->edgeFlags, motionEntry->metaState, motionEntry->buttonState,
2314 originalMotionEntry->edgeFlags,
2432 "action=0x%x, flags=0x%x, metaState=0x%x, buttonState=0x%x, edgeFlags=0x%x, "
2436 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime);
2472 args->edgeFlags, args->metaState, args->buttonState, 0, 0,
2489 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime,
3899 int32_t edgeFlags, float xPrecision, float yPrecision,
3905 metaState(metaState), buttonState(buttonState), edgeFlags(edgeFlag
3896 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) argument
[all...]
H A DInputDispatcher.h513 int32_t edgeFlags; member in struct:android::InputDispatcher::MotionEntry
525 int32_t metaState, int32_t buttonState, int32_t edgeFlags,
H A DInputReader.h1669 int32_t edgeFlags,
H A DInputReader.cpp5583 int32_t action, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags,
5620 action, flags, metaState, buttonState, edgeFlags,
5582 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 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.h83 int32_t edgeFlags; member in struct:android::InputMessage::Body::Motion
228 int32_t edgeFlags,
H A DInput.h343 inline void setEdgeFlags(int32_t edgeFlags) { mEdgeFlags = edgeFlags; } argument
505 int32_t edgeFlags,
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1319 int deviceId, int source, int action, int flags, int edgeFlags,
1425 * @param edgeFlags A bitfield indicating which edges, if any, were touched by this
1434 int edgeFlags, int source, int flags) {
1437 deviceId, source, action, flags, edgeFlags, metaState, buttonState,
1465 * @param edgeFlags A bitfield indicating which edges, if any, were touched by this
1477 int edgeFlags, int source, int flags) {
1487 edgeFlags, source, flags);
1517 * @param edgeFlags A bitfield indicating which edges, if any, were touched by this
1522 float xPrecision, float yPrecision, int deviceId, int edgeFlags) {
1538 deviceId, InputDevice.SOURCE_UNKNOWN, action, 0, edgeFlags, metaStat
1318 nativeInitialize(int 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
1430 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
1474 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
1520 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
1580 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.cpp286 int32_t edgeFlags,
300 "action=0x%x, flags=0x%x, edgeFlags=0x%x, metaState=0x%x, buttonState=0x%x, "
305 deviceId, source, action, flags, edgeFlags, metaState, buttonState,
327 msg.body.motion.edgeFlags = edgeFlags;
910 msg->body.motion.edgeFlags,
280 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, size_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords) argument
H A DInput.cpp289 int32_t edgeFlags,
304 mEdgeFlags = edgeFlags;
284 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.java1411 public void onEdgeTouched(int edgeFlags, int pointerId) { argument
1443 public boolean onEdgeLock(int edgeFlags) { argument
1455 public void onEdgeDragStarted(int edgeFlags, int pointerId) { argument
1457 if ((edgeFlags & ViewDragHelper.EDGE_LEFT) == ViewDragHelper.EDGE_LEFT) {
H A DSlidingPaneLayout.java1243 public void onEdgeDragStarted(int edgeFlags, int pointerId) { argument
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp339 jint deviceId, jint source, jint action, jint flags, jint edgeFlags,
376 event->initialize(deviceId, source, action, flags, edgeFlags, metaState, buttonState,
487 jint nativePtr, jint edgeFlags) {
489 event->setEdgeFlags(edgeFlags);
337 android_view_MotionEvent_nativeInitialize(JNIEnv* env, jclass clazz, jint 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
486 android_view_MotionEvent_nativeSetEdgeFlags(JNIEnv* env, jclass clazz, jint nativePtr, jint edgeFlags) argument
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp2053 ASSERT_EQ(0, args.edgeFlags);
2075 ASSERT_EQ(0, args.edgeFlags);
2871 ASSERT_EQ(0, motionArgs.edgeFlags);
2895 ASSERT_EQ(0, motionArgs.edgeFlags);
2918 ASSERT_EQ(0, motionArgs.edgeFlags);
2969 ASSERT_EQ(0, motionArgs.edgeFlags);
2992 ASSERT_EQ(0, motionArgs.edgeFlags);
3035 ASSERT_EQ(0, motionArgs.edgeFlags);
3060 ASSERT_EQ(0, motionArgs.edgeFlags);
3083 ASSERT_EQ(0, motionArgs.edgeFlags);
[all...]

Completed in 298 milliseconds