/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 | 882 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld", [all...] |
InputDispatcher.h | 515 float yPrecision; 526 float xPrecision, float yPrecision, 759 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/native/libs/input/tests/ |
InputPublisherAndConsumer_test.cpp | 143 const float yPrecision = 0.5; 167 metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision, 194 EXPECT_EQ(yPrecision, motionEvent->getYPrecision());
|
/frameworks/native/include/input/ |
InputTransport.h | 88 float yPrecision; 234 float yPrecision,
|
Input.h | 511 float yPrecision,
|
/frameworks/base/core/java/android/view/ |
MotionEvent.java | [all...] |
/frameworks/native/libs/input/ |
InputTransport.cpp | 292 float yPrecision, 302 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, " 306 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount); 333 msg.body.motion.yPrecision = yPrecision; 916 msg->body.motion.yPrecision, [all...] |
Input.cpp | 295 float yPrecision, 310 mYPrecision = yPrecision;
|
/frameworks/base/services/input/tests/ |
InputReader_test.cpp | [all...] |
/frameworks/base/core/jni/ |
android_view_MotionEvent.cpp | 341 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision, 377 xOffset, yOffset, xPrecision, yPrecision, [all...] |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |
/prebuilts/sdk/5/ |
android.jar | |
/prebuilts/sdk/6/ |
android.jar | |
/prebuilts/sdk/4/ |
android.jar | |