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

/frameworks/base/include/ui/
H A DInputTransport.h139 int32_t edgeFlags; member in struct:android::InputMessage::__anon148::__anon150
222 int32_t edgeFlags,
H A DInputDispatcher.h356 int32_t metaState, int32_t edgeFlags,
433 int32_t metaState, int32_t edgeFlags,
522 int32_t edgeFlags; member in struct:android::InputDispatcher::MotionEntry
663 int32_t flags, int32_t metaState, int32_t edgeFlags,
/frameworks/base/libs/ui/
H A DInput.cpp133 int32_t edgeFlags,
147 mEdgeFlags = edgeFlags;
128 initialize( int32_t deviceId, int32_t source, int32_t action, int32_t flags, int32_t edgeFlags, int32_t metaState, float xOffset, float yOffset, float xPrecision, float yPrecision, nsecs_t downTime, nsecs_t eventTime, size_t pointerCount, const int32_t* pointerIds, const PointerCoords* pointerCoords) argument
H A DInputTransport.cpp357 int32_t edgeFlags,
370 "action=0x%x, flags=0x%x, edgeFlags=0x%x, metaState=0x%x, xOffset=%f, yOffset=%f, "
374 deviceId, source, action, flags, edgeFlags, metaState, xOffset, yOffset,
391 mSharedMessage->motion.edgeFlags = edgeFlags;
677 mSharedMessage->motion.edgeFlags,
352 publishMotionEvent( int32_t deviceId, int32_t source, int32_t action, int32_t flags, int32_t edgeFlags, int32_t metaState, float xOffset, float yOffset, float xPrecision, float yPrecision, nsecs_t downTime, nsecs_t eventTime, size_t pointerCount, const int32_t* pointerIds, const PointerCoords* pointerCoords) argument
H A DInputDispatcher.cpp773 "metaState=0x%x, edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
777 entry->metaState, entry->edgeFlags, entry->xPrecision, entry->yPrecision,
1707 motionEntry->source, action, flags, motionEntry->edgeFlags, motionEntry->metaState,
2044 originalMotionEntry->edgeFlags,
2119 uint32_t policyFlags, int32_t action, int32_t flags, int32_t metaState, int32_t edgeFlags,
2124 "action=0x%x, flags=0x%x, metaState=0x%x, edgeFlags=0x%x, "
2126 eventTime, deviceId, source, policyFlags, action, flags, metaState, edgeFlags,
2258 deviceId, source, policyFlags, action, flags, metaState, edgeFlags,
3052 int32_t metaState, int32_t edgeFlags, float xPrecision, float yPrecision,
3064 entry->edgeFlags
2118 notifyMotion(nsecs_t eventTime, int32_t deviceId, int32_t source, uint32_t policyFlags, int32_t action, int32_t flags, int32_t metaState, int32_t edgeFlags, uint32_t pointerCount, const int32_t* pointerIds, const PointerCoords* pointerCoords, float xPrecision, float yPrecision, nsecs_t downTime) argument
3050 obtainMotionEntry(nsecs_t eventTime, int32_t deviceId, int32_t source, uint32_t policyFlags, int32_t action, int32_t flags, int32_t metaState, int32_t edgeFlags, float xPrecision, float yPrecision, nsecs_t downTime, uint32_t pointerCount, const int32_t* pointerIds, const PointerCoords* pointerCoords) argument
[all...]
/frameworks/base/libs/ui/tests/
H A DInputPublisherAndConsumer_test.cpp142 const int32_t edgeFlags = AMOTION_EVENT_EDGE_FLAG_TOP; local
171 status = mPublisher->publishMotionEvent(deviceId, source, action, flags, edgeFlags,
218 EXPECT_EQ(edgeFlags, motionEvent->getEdgeFlags());
H A DInputReader_test.cpp189 int32_t edgeFlags; member in struct:android::FakeInputDispatcher::NotifyMotionArgs
290 int32_t metaState, int32_t edgeFlags,
301 args.edgeFlags = edgeFlags;
1772 ASSERT_EQ(0, args.edgeFlags);
1791 ASSERT_EQ(0, args.edgeFlags);
2387 ASSERT_EQ(0, motionArgs.edgeFlags);
2409 ASSERT_EQ(0, motionArgs.edgeFlags);
2430 ASSERT_EQ(0, motionArgs.edgeFlags);
2477 ASSERT_EQ(0, motionArgs.edgeFlags);
288 notifyMotion(nsecs_t eventTime, int32_t deviceId, int32_t source, uint32_t policyFlags, int32_t action, int32_t flags, int32_t metaState, int32_t edgeFlags, uint32_t pointerCount, const int32_t* pointerIds, const PointerCoords* pointerCoords, float xPrecision, float yPrecision, nsecs_t downTime) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp166 jint edgeFlags = env->GetIntField(eventObj, gMotionEventClassInfo.mEdgeFlags); local
203 event->initialize(deviceId, source, action, flags, edgeFlags, metaState,
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java266 public int edgeFlags; field in class:Keyboard.Key
313 edgeFlags = parent.rowEdgeFlags;
372 edgeFlags = a.getInt(com.android.internal.R.styleable.Keyboard_Key_keyEdgeFlags, 0);
373 edgeFlags |= parent.rowEdgeFlags;
442 boolean leftEdge = (edgeFlags & EDGE_LEFT) > 0;
443 boolean rightEdge = (edgeFlags & EDGE_RIGHT) > 0;
444 boolean topEdge = (edgeFlags & EDGE_TOP) > 0;
445 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0;
/frameworks/base/core/java/android/view/
H A DMotionEvent.java417 * @param edgeFlags A bitfield indicating which edges, if any, were touched by this
425 int edgeFlags, int source, int flags) {
429 ev.mEdgeFlags = edgeFlags;
482 * @param edgeFlags A bitfield indicating which edges, if any, were touched by this
487 float xPrecision, float yPrecision, int deviceId, int edgeFlags) {
491 ev.mEdgeFlags = edgeFlags;
544 * @param edgeFlags A bitfield indicating which edges, if any, were touched by this
553 float xPrecision, float yPrecision, int deviceId, int edgeFlags) {
555 metaState, xPrecision, yPrecision, deviceId, edgeFlags);
561 * and size (always 1), x and y precision (always 1), and edgeFlags (alway
422 obtain(long downTime, long eventTime, int action, int pointers, int[] pointerIds, PointerCoords[] pointerCoords, int metaState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, int flags) argument
485 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
551 obtain(long downTime, long eventTime, int action, int pointers, float x, float y, float pressure, float size, int metaState, float xPrecision, float yPrecision, int deviceId, int edgeFlags) argument
[all...]

Completed in 140 milliseconds