OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeInput
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMotionEvent.java
57
private static NativeObjRegistry<
NativeInput
.MotionEvent> nativeMotionEventRegistry =
58
new NativeObjRegistry<>(
NativeInput
.MotionEvent.class);
111
private static
NativeInput
.PointerCoords pointerCoordsToNative(
113
NativeInput
.PointerCoords outRawPointerCoords = new
NativeInput
.PointerCoords();
158
NativeInput
.PointerCoords rawPointerCoords,
262
NativeInput
.MotionEvent event;
266
event = new
NativeInput
.MotionEvent();
270
NativeInput
.PointerCoords[] rawPointerCoords = new
NativeInput
.PointerCoords[pointerCount]
[
all
...]
NativeInput.java
40
public class
NativeInput
{
226
protected void initialize(
NativeInput
.InputEvent from) {
298
private List<
NativeInput
.PointerCoords> mSamplePointerCoords = new ArrayList<>();
568
NativeInput
.PointerCoords[] pointerCoords) {
751
NativeInput
.PointerCoords pointerCoords = new
NativeInput
.PointerCoords();
825
List<
NativeInput
.PointerCoords> getSamplePointerCoords() {
Completed in 3286 milliseconds