HomeSort by relevance Sort by last modified time
    Searched defs:getDownTime (Results 1 - 25 of 56) sorted by null

1 2 3

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 72 public long getDownTime() {
73 return mKeyEvent != null ? mKeyEvent.getDownTime() : mDownTime;
MonkeyMotionEvent.java 85 public long getDownTime() {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMotionEvent.java 49 return obtain(motionEvent.getDownTime(), motionEvent.getEventTime(), motionEvent.getAction(), motionEvent.getX(), motionEvent.getY(), motionEvent.getMetaState());
98 public final long getDownTime() {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMotionEvent.java 45 return obtain(motionEvent.getDownTime(), motionEvent.getEventTime(), motionEvent.getAction(), motionEvent.getX(), motionEvent.getY(), motionEvent.getMetaState());
99 public final long getDownTime() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailsDrawingPreview.java 169 trail.addStroke(tracker.getGestureStrokeDrawingPoints(), tracker.getDownTime());
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGestureDispatchTest.java 166 assertEquals(clickDown.getDownTime(), clickDown.getEventTime());
167 assertEquals(clickDown.getDownTime(), clickUp.getDownTime());
169 clickUp.getEventTime() - clickUp.getDownTime());
191 assertEquals(clickDown.getDownTime(), clickUp.getDownTime());
  /cts/tests/tests/view/src/android/view/cts/
KeyEventTest.java 247 assertEquals(mDownTime, mKeyEvent.getDownTime());
635 assertEquals(mKeyEvent.getDownTime(), keyEvent.getDownTime());
680 assertEquals(mKeyEvent.getDownTime(), newEvent.getDownTime());
697 assertEquals(mKeyEvent.getDownTime(), newEvent.getDownTime());
718 assertEquals(mKeyEvent.getDownTime(), newEvent.getDownTime());
    [all...]
MotionEventTest.java 99 assertEquals(mDownTime, mMotionEvent1.getDownTime());
119 assertEquals(mMotionEvent2.getDownTime(), mMotionEventDynamic.getDownTime());
141 assertEquals(mDownTime, mMotionEventDynamic.getDownTime());
262 assertEquals(mMotionEvent2.getDownTime(), motionEvent.getDownTime());
    [all...]
  /cts/tests/app/src/android/app/cts/
DialogTest.java 554 assertEquals(expected.getDownTime(), actual.getDownTime());
    [all...]
InstrumentationTest.java 217 assertEquals(orig.getDownTime(), motionEvent.getDownTime());
  /frameworks/native/include/input/
Input.h 336 inline nsecs_t getDownTime() const { return mDownTime; }
415 inline nsecs_t getDownTime() const { return mDownTime; }
  /packages/apps/DocumentsUI/src/com/android/documentsui/
BaseActivity.java 590 mInjector.debugHelper.debugCheck(event.getDownTime(), event.getKeyCode());
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
MotionEventInjectorTest.java 187 Matcher<MotionEvent> hasRightDownTime = hasDownTime(mCaptor1.getValue().getDownTime());
390 long downTime = events.get(0).getDownTime();
430 long downTime = events.get(0).getDownTime();
463 long downTime = events.get(0).getDownTime();
503 long downTime = events.get(0).getDownTime();
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
KeyEvent.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 464 public long getDownTime() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 

Completed in 158 milliseconds

1 2 3