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

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

Completed in 675 milliseconds