OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xPrecision
(Results
1 - 7
of
7
) sorted by null
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeyMotionEvent.java
59
float
xPrecision
, float yPrecision, int deviceId, int edgeFlags) {
69
mXPrecision =
xPrecision
;
MonkeySourceScript.java
249
float
xPrecision
= Float.parseFloat(args[8]);
259
y, pressure, size, metaState,
xPrecision
, yPrecision, device, edgeFlags);
/frameworks/base/core/java/android/view/
MotionEvent.java
291
* @param
xPrecision
The precision of the X coordinate being reported.
303
float
xPrecision
, float yPrecision, int deviceId, int edgeFlags) {
313
ev.mXPrecision =
xPrecision
;
374
* @param
xPrecision
The precision of the X coordinate being reported.
384
float
xPrecision
, float yPrecision, int deviceId, int edgeFlags) {
392
ev.mXPrecision =
xPrecision
;
433
* @param
xPrecision
The precision of the X coordinate being reported.
443
float
xPrecision
, float yPrecision, int deviceId, int edgeFlags) {
452
ev.mXPrecision =
xPrecision
;
[
all
...]
/frameworks/base/services/java/com/android/server/
InputDevice.java
67
int
xPrecision
;
141
pw.print(prefix); pw.print("
xPrecision
="); pw.print(
xPrecision
);
173
xPrecision
= mx;
[
all
...]
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/4/
android.jar
Completed in 338 milliseconds