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

  /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 95 float xPrecision;
105 float xPrecision, float yPrecision, nsecs_t downTime);
InputDispatcher.cpp 868 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
873 entry->edgeFlags, entry->xPrecision, entry->yPrecision,
    [all...]
InputDispatcher.h 511 float xPrecision;
523 float xPrecision, float yPrecision,
754 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 284 float xPrecision = Float.parseFloat(args[8]);
299 .setPrecision(xPrecision, yPrecision)
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
MotionEventHelper.java 55 float xPrecision = e.getXPrecision();
77 pointerCount, pointerIds, pointerCoords, metaState, xPrecision,
  /frameworks/base/libs/androidfw/tests/
InputPublisherAndConsumer_test.cpp 141 const float xPrecision = 0.25;
166 metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision,
192 EXPECT_EQ(xPrecision, motionEvent->getXPrecision());
  /frameworks/base/include/androidfw/
InputTransport.h 87 float xPrecision;
230 float xPrecision,
Input.h 511 float xPrecision,
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
  /frameworks/base/libs/androidfw/
InputTransport.cpp 285 float xPrecision,
296 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, "
300 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
326 msg.body.motion.xPrecision = xPrecision;
906 msg->body.motion.xPrecision,
    [all...]
Input.cpp 292 float xPrecision,
307 mXPrecision = xPrecision;
  /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/current/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 1061 milliseconds