Searched defs:getDownTime (Results 1 - 4 of 4) sorted by last modified time

/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/ui/
H A DInput.h303 inline nsecs_t getDownTime() const { return mDownTime; } function in class:android::KeyEvent
381 inline nsecs_t getDownTime() const { return mDownTime; } function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DKeyEvent.java2346 public final long getDownTime() { method in class:KeyEvent
H A DMotionEvent.java1776 public final long getDownTime() { method in class:MotionEvent
2898 msg.append(", downTime=").append(getDownTime());

Completed in 803 milliseconds