/frameworks/base/services/input/ |
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 | 96 float yPrecision; 105 float xPrecision, float yPrecision, nsecs_t downTime);
|
InputDispatcher.cpp | 870 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld", 875 entry->edgeFlags, entry->xPrecision, entry->yPrecision, [all...] |
InputDispatcher.h | 514 float yPrecision; 525 float xPrecision, float yPrecision, 757 float yPrecision; [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) { 110 mYPrecision = yPrecision;
|
MonkeySourceScript.java | 317 float yPrecision = Float.parseFloat(args[9]); 331 .setPrecision(xPrecision, yPrecision) 354 float yPrecision = Float.parseFloat(args[9]); 380 .setPrecision(xPrecision, yPrecision) 391 .setPrecision(xPrecision, yPrecision) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
MotionEventHelper.java | 56 float yPrecision = e.getYPrecision(); 78 yPrecision, deviceId, edgeFlags, source, flags);
|
/frameworks/base/libs/androidfw/tests/ |
InputPublisherAndConsumer_test.cpp | 142 const float yPrecision = 0.5; 166 metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision, 193 EXPECT_EQ(yPrecision, motionEvent->getYPrecision());
|
/frameworks/base/include/androidfw/ |
InputTransport.h | 88 float yPrecision; 234 float yPrecision,
|
Input.h | 515 float yPrecision,
|
/frameworks/base/core/java/android/view/ |
MotionEvent.java | [all...] |
/frameworks/base/libs/androidfw/ |
InputTransport.cpp | 291 float yPrecision, 301 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, " 305 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount); 332 msg.body.motion.yPrecision = yPrecision; 912 msg->body.motion.yPrecision, [all...] |
Input.cpp | 297 float yPrecision, 312 mYPrecision = yPrecision;
|
/frameworks/base/services/input/tests/ |
InputReader_test.cpp | [all...] |
/frameworks/base/core/jni/ |
android_view_MotionEvent.cpp | 342 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision, 378 xOffset, yOffset, xPrecision, yPrecision, [all...] |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/5/ |
android.jar | |
/prebuilts/sdk/6/ |
android.jar | |
/prebuilts/sdk/4/ |
android.jar | |