Searched defs:getDownTime (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DEventSenderImpl.java118 public long getDownTime() { method in class:EventSenderImpl.TouchPoint
491 MotionEvent event = MotionEvent.obtain(mTouchPoints.get(0).getDownTime(),
/frameworks/base/include/androidfw/
H A DInput.h282 inline nsecs_t getDownTime() const { return mDownTime; } function in class:android::KeyEvent
360 inline nsecs_t getDownTime() const { return mDownTime; } function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1769 public final long getDownTime() { method in class:MotionEvent
3000 msg.append(", downTime=").append(getDownTime());
H A DKeyEvent.java2390 public final long getDownTime() { method in class:KeyEvent

Completed in 197 milliseconds