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

1 2

  /frameworks/native/services/inputflinger/
InputListener.cpp 74 float xPrecision, float yPrecision, nsecs_t downTime) :
79 xPrecision(xPrecision), yPrecision(yPrecision), downTime(downTime) {
92 xPrecision(other.xPrecision), yPrecision(other.yPrecision), downTime(other.downTime) {
InputListener.h 96 float xPrecision;
107 float xPrecision, float yPrecision, nsecs_t downTime);
InputDispatcher.cpp     [all...]
InputDispatcher.h 512 float xPrecision;
524 float xPrecision, float yPrecision, nsecs_t downTime,
764 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 54 float xPrecision = e.getXPrecision();
76 pointerCount, pointerIds, pointerCoords, metaState, xPrecision,
  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 143 const float xPrecision = 0.25;
168 flags, edgeFlags, metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision,
194 EXPECT_EQ(xPrecision, motionEvent->getXPrecision());
StructLayout_test.cpp 62 CHECK_OFFSET(InputMessage::Body::Motion, xPrecision, 64);
  /frameworks/native/include/input/
InputTransport.h 95 float xPrecision;
243 float xPrecision,
Input.h 548 float xPrecision,
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 293 float xPrecision,
304 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, "
308 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
335 msg.body.motion.xPrecision = xPrecision;
919 msg->body.motion.xPrecision,
    [all...]
Input.cpp 226 float xPrecision,
242 mXPrecision = xPrecision;
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 338 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision,
374 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 
  /prebuilts/sdk/4/
android.jar 

Completed in 785 milliseconds

1 2