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

1 2

  /frameworks/native/services/inputflinger/
InputListener.cpp 74 float xPrecision, float yPrecision, nsecs_t downTime) :
79 xPrecision(xPrecision), yPrecision(yPrecision), downTime(downTime) {
92 xPrecision(other.xPrecision), yPrecision(other.yPrecision), downTime(other.downTime) {
InputListener.h 96 float xPrecision;
107 float xPrecision, float yPrecision, nsecs_t downTime);
InputDispatcher.cpp     [all...]
InputDispatcher.h 518 float xPrecision;
530 float xPrecision, float yPrecision, nsecs_t downTime,
770 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 54 float xPrecision = e.getXPrecision();
76 pointerCount, pointerIds, pointerCoords, metaState, xPrecision,
  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 145 const float xPrecision = 0.25;
170 flags, edgeFlags, metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision,
197 EXPECT_EQ(xPrecision, motionEvent->getXPrecision());
StructLayout_test.cpp 64 CHECK_OFFSET(InputMessage::Body::Motion, xPrecision, 72);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewOnGenericMotionEventTest.java 124 float xPrecision = 1;
130 1, pointerProperties, pointerCoords, 0, 0, xPrecision, yPrecision, deviceId,
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
  /frameworks/native/include/input/
InputTransport.h 97 float xPrecision;
246 float xPrecision,
Input.h 567 float xPrecision,
  /frameworks/native/libs/input/
InputTransport.cpp 297 float xPrecision,
308 "xPrecision=%f, yPrecision=%f, downTime=%lld, eventTime=%lld, "
312 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
340 msg.body.motion.xPrecision = xPrecision;
    [all...]
Input.cpp 226 float xPrecision,
242 mXPrecision = xPrecision;
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 338 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision,
376 xOffset, yOffset, xPrecision, yPrecision,
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 2254 milliseconds

1 2