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

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyMotionEvent.java 59 float xPrecision, float yPrecision, int deviceId, int edgeFlags) {
69 mXPrecision = xPrecision;
MonkeySourceScript.java 266 float xPrecision = Float.parseFloat(args[8]);
275 y, pressure, size, metaState, xPrecision, yPrecision, device, edgeFlags);
291 float xPrecision = 1;
301 y, pressure, size, metaState, xPrecision, yPrecision, device,
305 y, pressure, size, metaState, xPrecision, yPrecision, device,
  /frameworks/base/include/ui/
InputTransport.h 143 float xPrecision;
226 float xPrecision,
InputDispatcher.h 358 float xPrecision, float yPrecision, nsecs_t downTime) = 0;
435 float xPrecision, float yPrecision, nsecs_t downTime);
523 float xPrecision;
664 float xPrecision, float yPrecision,
759 float xPrecision;
    [all...]
Input.h 379 float xPrecision,
InputReader.h 689 float xPrecision;
  /frameworks/base/libs/ui/
Input.cpp 137 float xPrecision,
151 mXPrecision = xPrecision;
InputTransport.cpp 361 float xPrecision,
371 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, "
375 xPrecision, yPrecision, downTime, eventTime, pointerCount);
395 mSharedMessage->motion.xPrecision = xPrecision;
681 mSharedMessage->motion.xPrecision,
InputDispatcher.cpp 771 "metaState=0x%x, edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
775 entry->metaState, entry->edgeFlags, entry->xPrecision, entry->yPrecision,
    [all...]
InputReader.cpp     [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java 412 * @param xPrecision The precision of the X coordinate being reported.
424 int metaState, float xPrecision, float yPrecision, int deviceId,
436 ev.mXPrecision = xPrecision;
477 * @param xPrecision The precision of the X coordinate being reported.
487 float xPrecision, float yPrecision, int deviceId, int edgeFlags) {
498 ev.mXPrecision = xPrecision;
539 * @param xPrecision The precision of the X coordinate being reported.
553 float xPrecision, float yPrecision, int deviceId, int edgeFlags) {
555 metaState, xPrecision, yPrecision, deviceId, edgeFlags);
    [all...]
  /frameworks/base/libs/ui/tests/
InputReader_test.cpp 189 float xPrecision;
288 float xPrecision, float yPrecision, nsecs_t downTime) {
303 args.xPrecision = xPrecision;
    [all...]
InputPublisherAndConsumer_test.cpp 146 const float xPrecision = 0.25;
172 metaState, xOffset, yOffset, xPrecision, yPrecision,
220 EXPECT_EQ(xPrecision, motionEvent->getXPrecision());
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 164 jfloat xPrecision = env->GetFloatField(eventObj, gMotionEventClassInfo.mXPrecision);
204 xOffset, yOffset, xPrecision, yPrecision, downTimeNano, sampleEventTime,
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 630 milliseconds