HomeSort by relevance Sort by last modified time
    Searched refs:edgeFlags (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/native/services/inputflinger/
InputListener.cpp 72 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),
InputListener.h 91 int32_t edgeFlags;
105 int32_t edgeFlags, int32_t displayId, uint32_t pointerCount,
InputDispatcher.cpp     [all...]
InputDispatcher.h 511 int32_t edgeFlags;
523 int32_t metaState, int32_t buttonState, int32_t edgeFlags,
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyMotionEvent.java 119 public MonkeyMotionEvent setEdgeFlags(int edgeFlags) {
120 mEdgeFlags = edgeFlags;
MonkeySourceScript.java 319 int edgeFlags = Integer.parseInt(args[11]);
333 .setEdgeFlags(edgeFlags)
356 int edgeFlags = Integer.parseInt(args[11]);
382 .setEdgeFlags(edgeFlags)
393 .setEdgeFlags(edgeFlags)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
MotionEventHelper.java 57 int edgeFlags = e.getEdgeFlags();
77 yPrecision, deviceId, edgeFlags, source, flags);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 263 public int edgeFlags;
311 edgeFlags = parent.rowEdgeFlags;
370 edgeFlags = a.getInt(android.R.styleable.Keyboard_Key_keyEdgeFlags, 0);
371 edgeFlags |= parent.rowEdgeFlags;
443 boolean leftEdge = (edgeFlags & EDGE_LEFT) > 0;
444 boolean rightEdge = (edgeFlags & EDGE_RIGHT) > 0;
445 boolean topEdge = (edgeFlags & EDGE_TOP) > 0;
446 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0;
  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 138 const int32_t edgeFlags = AMOTION_EVENT_EDGE_FLAG_TOP;
168 flags, edgeFlags, metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision,
191 EXPECT_EQ(edgeFlags, motionEvent->getEdgeFlags());
StructLayout_test.cpp 58 CHECK_OFFSET(InputMessage::Body::Motion, edgeFlags, 44);
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 272 public int edgeFlags;
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;
    [all...]
  /frameworks/native/include/input/
InputTransport.h 91 int32_t edgeFlags;
238 int32_t edgeFlags,
Input.h 374 inline void setEdgeFlags(int32_t edgeFlags) { mEdgeFlags = edgeFlags; }
543 int32_t edgeFlags,
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 288 int32_t edgeFlags,
302 "action=0x%x, actionButton=0x%08x, flags=0x%x, edgeFlags=0x%x, "
307 deviceId, source, action, actionButton, flags, edgeFlags, metaState, buttonState,
330 msg.body.motion.edgeFlags = edgeFlags;
914 msg->body.motion.edgeFlags,
    [all...]
Input.cpp 221 int32_t edgeFlags,
237 mEdgeFlags = edgeFlags;
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 207 * @param edgeFlags A combination of edge flags describing the edge(s) currently touched
214 public void onEdgeTouched(int edgeFlags, int pointerId) {}
222 * @param edgeFlags A combination of edge flags describing the edge(s) locked
225 public boolean onEdgeLock(int edgeFlags) {
233 * @param edgeFlags A combination of edge flags describing the edge(s) dragged
240 public void onEdgeDragStarted(int edgeFlags, int pointerId) {}
430 * @param edgeFlags Combination of edge flags describing the edges to watch
436 public void setEdgeTrackingEnabled(int edgeFlags) {
437 mTrackingEdges = edgeFlags;
    [all...]
DrawerLayout.java     [all...]
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 336 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);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 161 int edgeFlags = 10;
162 mMotionEvent2.setEdgeFlags(edgeFlags);
163 assertEquals(edgeFlags, mMotionEvent2.getEdgeFlags());
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 738 milliseconds

1 2