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

/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 DKeyEvent.java2390 public final long getDownTime() { method in class:KeyEvent
H A DMotionEvent.java1773 public final long getDownTime() { method in class:MotionEvent
3002 msg.append(", downTime=").append(getDownTime());

Completed in 139 milliseconds