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

/frameworks/native/include/input/
H A DInput.h305 inline nsecs_t getDownTime() const { return mDownTime; } function in class:android::KeyEvent
378 inline nsecs_t getDownTime() const { return mDownTime; } function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1804 public final long getDownTime() { method in class:MotionEvent
3033 msg.append(", downTime=").append(getDownTime());
H A DKeyEvent.java2400 public final long getDownTime() { method in class:KeyEvent

Completed in 139 milliseconds