OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMOTION_EVENT_AXIS_TOOL_MAJOR
(Results
1 - 3
of
3
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
NativeAndroidInput.java
281
* AMOTION_EVENT_AXIS_TOUCH_MAJOR} or {@link
AMOTION_EVENT_AXIS_TOOL_MAJOR
}.
317
static final int
AMOTION_EVENT_AXIS_TOOL_MAJOR
= 6;
700
// AINPUT_MOTION_RANGE_TOOL_MAJOR =
AMOTION_EVENT_AXIS_TOOL_MAJOR
;
[
all
...]
NativeInput.java
19
import static org.robolectric.shadows.NativeAndroidInput.
AMOTION_EVENT_AXIS_TOOL_MAJOR
;
136
scaleAxisValue(this,
AMOTION_EVENT_AXIS_TOOL_MAJOR
, scaleFactor);
459
return getAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
, pointerIndex);
530
return getHistoricalAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
, pointerIndex, historicalIndex);
ShadowMotionEvent.java
12
import static org.robolectric.shadows.NativeAndroidInput.
AMOTION_EVENT_AXIS_TOOL_MAJOR
;
121
outRawPointerCoords.setAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
, pointerCoordsObj.toolMajor);
168
outPointerCoordsObj.toolMajor = rawPointerCoords.getAxisValue(
AMOTION_EVENT_AXIS_TOOL_MAJOR
);
179
bits.clearBit(
AMOTION_EVENT_AXIS_TOOL_MAJOR
);
[
all
...]
Completed in 595 milliseconds