Home
last modified time | relevance | path

Searched defs:getSampleEventTimes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DNativeInput.java950 List<Long> getSampleEventTimes() { in getSampleEventTimes() method in NativeInput.MotionEvent
/aosp_15_r20/frameworks/native/include/input/
H A DInput.h949 inline const nsecs_t* getSampleEventTimes() const { return mSampleEventTimes.data(); } in getSampleEventTimes() function