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

1 2

  /frameworks/native/services/inputflinger/
InputListener.cpp 74 float xPrecision, float yPrecision, nsecs_t downTime) :
78 xPrecision(xPrecision), yPrecision(yPrecision), downTime(downTime) {
92 xPrecision(other.xPrecision), yPrecision(other.yPrecision), downTime(other.downTime) {
InputListener.h 95 float xPrecision;
105 float xPrecision, float yPrecision, nsecs_t downTime);
InputDispatcher.cpp 879 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
884 entry->edgeFlags, entry->xPrecision, entry->yPrecision,
    [all...]
InputDispatcher.h 511 float xPrecision;
523 float xPrecision, float yPrecision,
756 float xPrecision;
    [all...]
InputReader.h     [all...]
InputReader.cpp     [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyMotionEvent.java 108 public MonkeyMotionEvent setPrecision(float xPrecision, float yPrecision) {
109 mXPrecision = xPrecision;
MonkeySourceScript.java 316 float xPrecision = Float.parseFloat(args[8]);
331 .setPrecision(xPrecision, yPrecision)
353 float xPrecision = Float.parseFloat(args[8]);
380 .setPrecision(xPrecision, yPrecision)
391 .setPrecision(xPrecision, yPrecision)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
MotionEventHelper.java 55 float xPrecision = e.getXPrecision();
77 pointerCount, pointerIds, pointerCoords, metaState, xPrecision,
  /frameworks/native/libs/input/tests/
StructLayout_test.cpp 61 CHECK_OFFSET(InputMessage::Body::Motion, xPrecision, 64);
InputPublisherAndConsumer_test.cpp 142 const float xPrecision = 0.25;
167 metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision,
193 EXPECT_EQ(xPrecision, motionEvent->getXPrecision());
  /frameworks/native/include/input/
InputTransport.h 94 float xPrecision;
241 float xPrecision,
Input.h 529 float xPrecision,
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 292 float xPrecision,
303 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, "
307 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
333 msg.body.motion.xPrecision = xPrecision;
916 msg->body.motion.xPrecision,
    [all...]
Input.cpp 225 float xPrecision,
240 mXPrecision = xPrecision;
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 337 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision,
373 xOffset, yOffset, xPrecision, yPrecision,
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 658 milliseconds

1 2