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

  /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...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMotionEvent.java 204 int edgeFlags,
223 edgeFlags,
245 int edgeFlags,
283 edgeFlags,
309 int edgeFlags,
328 edgeFlags,
756 protected static void nativeSetEdgeFlags(int nativePtr, int edgeFlags) {
757 nativeSetEdgeFlags((long) nativePtr, edgeFlags);
762 protected static void nativeSetEdgeFlags(long nativePtr, int edgeFlags) {
764 event.setEdgeFlags(edgeFlags);
    [all...]
NativeInput.java 334 public void setEdgeFlags(int edgeFlags) {
335 mEdgeFlags = edgeFlags;
557 int edgeFlags,
573 mEdgeFlags = edgeFlags;
  /cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
poc.cpp 99 // int32_t edgeFlags
100 outMsg->body.motion.edgeFlags = msg.body.motion.edgeFlags;
  /external/skia/src/gpu/ops/
GrFillRectOp.cpp 76 // edgeFlags must be resolved prior to calling this constructor.
78 GrQuadAAFlags edgeFlags, const GrUserStencilSettings* stencil,
86 fDeviceQuads.push_back(deviceQuad, deviceQuadType, { paintColor, edgeFlags });
  /external/skqp/src/gpu/ops/
GrFillRectOp.cpp 75 // edgeFlags must be resolved prior to calling this constructor.
77 GrQuadAAFlags edgeFlags, const GrUserStencilSettings* stencil,
85 fDeviceQuads.push_back(deviceQuad, deviceQuadType, { paintColor, edgeFlags });
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 250 int edgeFlags = 10;
251 mMotionEvent2.setEdgeFlags(edgeFlags);
252 assertEquals(edgeFlags, mMotionEvent2.getEdgeFlags());
    [all...]
  /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 1654 milliseconds