HomeSort by relevance Sort by last modified time
    Searched refs:xPrecision (Results 1 - 24 of 24) 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 882 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
    [all...]
InputDispatcher.h 514 float xPrecision;
526 float xPrecision, float yPrecision,
758 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/
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 87 float xPrecision;
233 float xPrecision,
Input.h 510 float xPrecision,
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 291 float xPrecision,
302 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, "
306 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
332 msg.body.motion.xPrecision = xPrecision;
915 msg->body.motion.xPrecision,
    [all...]
Input.cpp 294 float xPrecision,
309 mXPrecision = xPrecision;
  /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 

Completed in 789 milliseconds