OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UsMotionEvent
(Results
1 - 3
of
3
) sorted by null
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
UsMotionEvent.java
30
public class
UsMotionEvent
{
47
public
UsMotionEvent
(MotionEvent event, long baseTime) {
57
public
UsMotionEvent
(MotionEvent event, long baseTime, int pos) {
TapLatencyFragment.java
60
ArrayList<
UsMotionEvent
> eventList = new ArrayList<>();
77
UsMotionEvent
tapEvent = new
UsMotionEvent
(event, waltDevice.clock.baseTime);
124
private void traceLogEvent(
UsMotionEvent
tapEvent) {
186
public boolean checkTapSanity(
UsMotionEvent
e) {
DragLatencyFragment.java
58
ArrayList<
UsMotionEvent
> touchEventList = new ArrayList<>();
75
UsMotionEvent
eh = new
UsMotionEvent
(event, waltDevice.clock.baseTime, i);
78
UsMotionEvent
e = new
UsMotionEvent
(event, waltDevice.clock.baseTime);
232
for (
UsMotionEvent
e: touchEventList) {
Completed in 109 milliseconds