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

1 2

  /frameworks/native/services/inputflinger/
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 879 "edgeFlags=0x%x, xPrecision=%f, yPrecision=%f, downTime=%lld",
884 entry->edgeFlags, entry->xPrecision, entry->yPrecision,
    [all...]
InputDispatcher.h 512 float yPrecision;
523 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/native/libs/input/tests/
StructLayout_test.cpp 62 CHECK_OFFSET(InputMessage::Body::Motion, yPrecision, 68);
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 95 float yPrecision;
242 float yPrecision,
Input.h 530 float yPrecision,
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 293 float yPrecision,
303 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, "
307 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
334 msg.body.motion.yPrecision = yPrecision;
917 msg->body.motion.yPrecision,
    [all...]
Input.cpp 226 float yPrecision,
241 mYPrecision = yPrecision;
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
power.js 23 * @param {integer} yPrecision An integer value representing the number of
27 plotCanvas, legendCanvas, tData, plots, yMin, yMax, yPrecision) {
61 return Number(value).toFixed(yPrecision - 1);
63 return Number(value).toPrecision(yPrecision);
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 337 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision,
373 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 

Completed in 532 milliseconds

1 2